activeadmin / activeadmin-mongoid

ActiveAdmin hacks to support Mongoid
MIT License
192 stars 210 forks source link

undefined method `content_columns' for User:Class #95

Closed pencilcheck closed 7 years ago

pencilcheck commented 9 years ago

Gemfile:

gem 'activeadmin', github: 'activeadmin'
gem 'activeadmin-mongoid', github: 'elia/activeadmin-mongoid', branch: 'master'

I thought content_columns is already patched in activeadmin-mongoid??

pencilcheck commented 9 years ago

Looks like this commit removed the method that caused this error: https://github.com/elia/activeadmin-mongoid/commit/b95254017dc93a6c4c1da53a845d04377fa88b39

pencilcheck commented 9 years ago

https://github.com/elia/activeadmin-mongoid/pull/96