simple roles
This commit is contained in:
@ -4,6 +4,7 @@ class ApplicationController < ActionController::Base
|
||||
protect_from_forgery with: :exception
|
||||
before_filter :require_login
|
||||
respond_to :html, :json
|
||||
helper :access
|
||||
|
||||
private
|
||||
|
||||
|
Reference in New Issue
Block a user