Update attachments_controller_patch.rb

This commit is contained in:
2016-09-19 07:44:03 -04:00
committed by GitHub
parent 8bc05db033
commit 515b8feff7

View File

@@ -21,7 +21,7 @@ module AttachmentsControllerPatch
base.class_eval do
unloadable # Send unloadable so it will not be unloaded in development
skip_before_filter :check_if_login_required
skip_before_action :read_authorize
end
end