don't check authorization everywhere

This commit is contained in:
Chris Flipse 2018-06-08 10:21:19 -04:00
parent ffa65d4d72
commit 2ab3d56102

View file

@ -1,6 +1,6 @@
class ApplicationController < ActionController::Base
include SessionPersistence
check_authorization
# check_authorization
protect_from_forgery :with => :exception