Joined May 2013
·

David

Madrid
·
·

I was having the same problem. I solved it by specifing a default scope in the admin model, like this

scope :needed_scope, default: true

Rails 3.2.16 and last activeadmin master (https://github.com/gregbell/active_admin/tree/51792c7924372fc0c8789bc849f82e09041e1218)

Achievements
144 Karma
3,910 Total ProTip Views