Displaying 1 result from an estimated 1 matches for "all_static_permissions".
2006 Apr 22
5
ActiveRBAC 0.3.1 Released
...the constants User::DEFAULT_PASSWORD_HASH_TYPES and
User::DEFAULT_STATES to private class methods with lowercased names.
(CHECK FOR DEPENDENCY IN YOUR CODE)
* Renaming the "redirect_to" parameter/session variable nam of
LoginController to "return_to" (#103)
* Adding "all_static_permissions" method to User. (#109)
* Adding Version identifier as described in http://api.rails-
engines.org/engines/classes/Engine.html (#104)
* Removing 3 lines from user_controller.rb that expected
InvalidStateTransition to be thrown (#113)
* adding support for redirect_to feature to LoginControlle...