I've just installed active_admin and created the first resource - videos - perfectly find. Everything worked like a charm.
But now that I'm trying to add 'users' and 'events' it is failing with the same message when I navigate to them in the menu.
Here is what it says:
ArgumentError in Admin/events#index
Showing /Users/markwalker/.rvm/gems/ruby-1.9.3-p327/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb where line #1 raised:
wrong number of arguments (3 for 1)
Extracted source (around line #1):
1: insert_tag renderer_for(:index)
Rails.root: /Users/markwalker/Xavy2
Application Trace | Framework Trace | Full Trace
app/helpers/application_helper.rb:3:in `select_tag'
Request
`Parameters`:
{"order"=>"id_desc"}
Has anyone experience this before, or have an idea about what might be causing it?
Let me know if I need to add more code to make sense of the problem.
Thanks in advance for any help...