This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Tim Wong (author)
Mon Apr 06 15:16:15 -0700 2009
rails-authorization-plugin / UPGRADE.rdoc
| 7e413bb9 » | KieranP | 2008-12-24 | 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 | 10 | ||
| 7e413bb9 » | KieranP | 2008-12-24 | 11 | role.rb -> Role | |
| 63bd9b20 » | KieranP | 2008-12-24 | 12 | ||
| 7e413bb9 » | KieranP | 2008-12-24 | 13 | role_user.rb -> RoleUser | |







