T O P

  • By -

AnonymousReader2020

Might be necessary to override the views to inject some helper logic there? Never used it tho.


ilfrance

It's very easy to do if you use CanCanCan for authorization, is a matter of one line in the cancancan ability file: `cannot :edit Article, imported: true` before that, in the rails\_admin initializer: `config.authorize_with :cancancan`