wrong number of arguments (3 for 2) I am getting this error for the
following lines. I have moved to Rails 3.2.6 and am facing this problem
here. It worked in Rails 2.3.5


config.nested.add_link( 'Procs', [:historical_testprocedures], :action
=> 'editprocedures', :controller => 'Testruns' )
config.nested.add_link( 'Regr.', [], :action => 'createregression',
:controller => 'Testruns', :confirm => msg, :page => true )
config.nested.add_link( 'XML', [], :action => 'xml_export', :page =>
true )
config.field_search.columns = [ :Timestamp, :Scope,
:Location,:release,:tester, :witness, :regressionof, :results, :closed,
:tracematrix ]

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to