Displaying 1 result from an estimated 1 matches for "role_requirement_system".
2008 Nov 06
0
Restore password without session initialized
...The problem is when a try to
go to this link, appear an error like this:
undefined local variable or method `new_session_path'' for
#<UsersController:0x6a8cedc>
lib/authenticated_system.rb:68:in `access_denied''
lib/authenticated_system.rb:65:in `access_denied''
lib/role_requirement_system.rb:116:in `access_denied''
lib/role_requirement_system.rb:121:in `check_roles''
I alredy have installed the plugin Authenticated System. The actions I
have taken:
before_filter :authorize, :except => [:login, :remind] in
application.rb
The method authorize look if a session...