Gilbert Gift Siima wrote:
> I do not seem to understad what this error is about. Some body help.
> 
> 
> wrong number of arguments (1 for 2)
> RAILS_ROOT: C:/INSTAN~1/rails_apps/project/config/..
> 
> Application Trace | Framework Trace | Full Trace
> #{RAILS_ROOT}/app/controllers/user_controller.rb:10:in `authenticate'
> #{RAILS_ROOT}/app/controllers/user_controller.rb:10:in `process_login'

Hi Gilbert,

It means that the method (authenticate, maybe) is expecting two 
arguments but you passed only one. Take a look at your user_controller 
about line 10 and see what it looks like. Post the code if you need to.

Peace.
-- 
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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to