I'm using this active_admin on Rails. I had one model: Page. But then I ran some migrations. When I came back to the login panel on active admin, whenever I would click on the Pages button at the top navigation bar, I get this error:
NoMethodError in Admin/pages#index
Showing /home/username/.rvm/gems/ruby-1.9.2-p290/gems/activeadmin-0.3.1/app/views/active_admin/resource/index.html.arb where line #1 raised:
undefined method `generate_association_input_name' for # Extracted source (around line #1):
1: render renderer_for(:index)
Another model I created works fine. I don't know what I did to break the Page model on Active Admin.
I'm going to try to regenerate active admin.