Active Admin NoMethodError Error
Im setting up active admin on my rails app. I ran the generator to create the user resource but when i click on the users link on the admin dashboard i get: NoMethodError in Admin/users#index Showing /Users/nelsonkeating/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb where line #1 raised: undefined method `city_id_contains' for #<MetaSearch::Searches::User:0x007fde92d69840> Extracted source (around line #1): 1: render renderer_for(:index) I have no clue what is generating this or where the error is coming from.. Any ideas?