Displaying 1 result from an estimated 1 matches for "branch_permiss".
2006 Jan 19
0
Handling specific page editing permissions for members
...I only want specific members to be able 
to edit their branch page on the site, and no other branch pages.
Should I be making a join table with an extra attribute for permission 
to edit? I understand that it''s a bit messy in rails 1.0, and 1.1 will 
have has_many :members, :through => branch_permissions, or something 
like that. Is it worth waiting, or is there a better way?
Thanks!
Tom