Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't call Authorization::activate_authorization_rules_browser #180

Open
abbood opened this issue Apr 23, 2013 · 0 comments
Open

can't call Authorization::activate_authorization_rules_browser #180

abbood opened this issue Apr 23, 2013 · 0 comments

Comments

@abbood
Copy link

abbood commented Apr 23, 2013

while trying to install fedena.. my code crashes here
~/.rvm/gems/ruby-1.8.7-p371/gems/declarative_authorization-0.5.1/config/routes.rb:5:

4 routes.draw do |map|
5   if Authorization::activate_authorization_rules_browser?
6     map.resources :authorization_rules, :only => [:index],
7         :collection => {:graph => :get, :change => :get, :suggest_change => :get}
8     map.resources :authorization_usages, :only => :index
9   end

how come? for more details about my environment etc see question here:
http://stackoverflow.com/questions/16162610/declarative-authorization-cant-call-authorizationactivate-authorization-rules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant