don't check authorization everywhere
This commit is contained in:
parent
ffa65d4d72
commit
2ab3d56102
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
class ApplicationController < ActionController::Base
|
class ApplicationController < ActionController::Base
|
||||||
include SessionPersistence
|
include SessionPersistence
|
||||||
check_authorization
|
# check_authorization
|
||||||
|
|
||||||
protect_from_forgery :with => :exception
|
protect_from_forgery :with => :exception
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue