public
Description: An add-on for restful_authentication that enables quick and easy roles.
Homepage:
Clone URL: git://github.com/bellmyer/restful_roles.git
restful_roles / init.rb
100644 3 lines (2 sloc) 0.13 kb
1
2
3
ActiveRecord::Base.send(:include, Bellmyer::RestfulRoles)
ActionController::Base.send(:include, Bellmyer::RestfulRolesController)