Displaying 1 result from an estimated 1 matches for "25c34657".
Did you mean:
254657
2006 Mar 14
2
Only allowing areas of site to users using authentication
I have a site in development where I only want specific users to access
specific items that uses belongs_to and has_many.
Say we have this kind of structure.
Person <belongs_to + has_many> Items
When person logged in they only have access to items that belongs to
him/her.
I''m using auth_generator but only seem to put an auth inside controllers
and dont know how to go any