Brian Landau

Results 3 comments of Brian Landau

I ran into this trying to get `activeadmin` and `activeadmin-mongoid` to work. I put this in my `config/application.rb`: ```ruby module AppName class Application < Rails::Application initializer :load_inherited_resources_base, before: 'active_admin.mongoid.resource_controller' do...

Currently I don't have time to address adding this functionality, but would happily accept a pull request with code that addresses this.