slate-studio / activeadmin-settings

Settings backend for activeadmin based projects - pretty handy tool.
88 stars 65 forks source link

User as admin instead of AdminUser? #27

Open howells opened 10 years ago

howells commented 10 years ago

I'm using User with is_admin? for my users, yet it seems AA Settings relies on there being AdminUsers. Is there a way to make this configurable?

howells commented 10 years ago

Or in fact, is there a way to ignore AdminUsers entirely since I have a separate section to handle users

alexkravets commented 10 years ago

I guess you'll need to figure it out by yourself, we do not use activeadmin anymore.

On Friday, June 13, 2014, Daniel Howells notifications@github.com wrote:

Or in fact, is there a way to ignore AdminUsers entirely since I have a separate section to handle users

— Reply to this email directly or view it on GitHub https://github.com/slate-studio/activeadmin-settings/issues/27#issuecomment-46002069 .

caifara commented 9 years ago

Part of this is solved by https://github.com/slate-studio/activeadmin-settings/pull/36 (in master), hiding the default settings tab is a different problem.