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 16:22:17 -0700 2009
rails-authorization-plugin / UPGRADE.rdoc
Instructions for Upgrading
Scroll down to the last time you updated the plugin, then follow the upgrade steps upward till you get back to this message.
25/12/08 - Changes has_and_belongs_to_many to a has_many :through association
- Copy generators/role_model/templates/role_model.rb to app/models/role.rb
- Copy generators/role_model/templates/role_user_model.rb to app/models/role_user.rb
- Open each file and replace the erb code (<%= %>) with the correct
model class name below
role.rb -> Role
role_user.rb -> RoleUser







