Skip to content

Commit 3193a85

Browse files
committed
remove unloadable from authorization_usages_controller
1 parent 453abb6 commit 3193a85

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/controllers/authorization_usages_controller.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
require File.join(File.dirname(__FILE__), %w{.. .. lib declarative_authorization maintenance})
44

55
class AuthorizationUsagesController < ApplicationController
6-
unloadable
76

87
helper :authorization_rules
98
filter_access_to :all, :require => :read
@@ -20,4 +19,4 @@ def index
2019

2120
else
2221
class AuthorizationUsagesController < ApplicationController; end
23-
end # activate_authorization_rules_browser?
22+
end # activate_authorization_rules_browser?

0 commit comments

Comments
 (0)