simple roles

This commit is contained in:
2015-10-19 22:05:48 -05:00
parent 0cefdaf15c
commit c204389103
3 changed files with 17 additions and 2 deletions

View File

@ -4,6 +4,7 @@ class ApplicationController < ActionController::Base
protect_from_forgery with: :exception
before_filter :require_login
respond_to :html, :json
helper :access
private