Skip to content
koenhandekyn edited this page Mar 5, 2012 · 6 revisions

Q: Is it possible to limit the results in an index page of a resource with active admin based on the role of that user? I see you can use CANCAN to limit things at the action level but can you do it at the record level. For instance I have an admin app that allows users to manage conferences. Is there a way I can limit my resource pages so that each user can only modify records that belong to their conference?

A: Enforce CanCan constraints

Q: MongoDB or other ORMs?

A: No official support. Some forks have been made. See https://github.com/gregbell/active_admin/issues/26

Clone this wiki locally