public
Description: This plugin provides a flexible way to add authorization to Rails.
Homepage: http://www.writertopia.com/developers/authorization
Clone URL: git://github.com/DocSavage/rails-authorization-plugin.git
7e413bb9 » KieranP 2008-12-24 adding upgrade documentatio... 1 = Instructions for Upgrading
2
3 Scroll down to the last time you updated the plugin, then follow the upgrade steps upward till you get back to this message.
4
5 == 25/12/08 - Changes has_and_belongs_to_many to a has_many :through association
6
7 * Copy generators/role_model/templates/role_model.rb to app/models/role.rb
8 * Copy generators/role_model/templates/role_user_model.rb to app/models/role_user.rb
9 * Open each file and replace the erb code (<%= %>) with the correct model class name below
63bd9b20 » KieranP 2008-12-24 still getting used to the r... 10
7e413bb9 » KieranP 2008-12-24 adding upgrade documentatio... 11 role.rb -> Role
63bd9b20 » KieranP 2008-12-24 still getting used to the r... 12
7e413bb9 » KieranP 2008-12-24 adding upgrade documentatio... 13 role_user.rb -> RoleUser