I have a problem with ActiveAdmin using Ruby ruby 1.9.2p290 and Ruby on Rails 3.2.1.
I used this wiki page to setup the resource for the AdminUsers that works perfec
An easier solution is to just skip the filter in the particular active admin controller:
ActiveAdmin.register Project do controller do skip_before_filter :getActiveProjects end end