[Rails] ACL Navigation Links
James Adam
james.adam at gmail.com
Thu Dec 22 11:28:04 GMT 2005
You might want to look at the 'link_if_authorized' method provided in
the UserEngine, and adapt that as necessary.
- james
On 12/22/05, Kyle Mathews <kyle at titaniumdev.com> wrote:
> I'm currently using the ACL (Access Control Lists) system in my app.
> The access control is working great, but I'd like to use the
> permissions/roles setup in the database to hide links to areas a user
> may not have access for automatically. I'm guessing that you could
> setup a helper function to use instead of link_to and have it check
> the permissions, but I'm not sure where to start with this. Can
> someone point me in the right direction to do this?
>
> Thanks,
> Kyle
>
>
> _______________________________________________
> Rails mailing list
> Rails at lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>
More information about the Rails
mailing list