Skip to content

Instantly share code, notes, and snippets.

@arvindravi
Created April 28, 2012 08:01
Show Gist options
  • Save arvindravi/2517003 to your computer and use it in GitHub Desktop.
Save arvindravi/2517003 to your computer and use it in GitHub Desktop.
ArgumentError in UsersController#create
wrong number of arguments (1 for 0)
Rails.root: /home/arvind/Projects/Rails/twit
Application Trace | Framework Trace | Full Trace
app/controllers/users_controller.rb:6:in `create'
Request
Parameters:
{"utf8"=>"✓",
"authenticity_token"=>"CwaSg3EEwnhs4I7QU8aguV0KlJh5CE2iqd778ni+Kqs=",
"user"=>{"username"=>"arvindravi",
"password"=>"[FILTERED]",
"firstname"=>"Arvind",
"lastname"=>"Ravi",
"email"=>"xyz@aol.in"},
"commit"=>"Submit"}
Show session dump
Show env dump
Response
Headers:
None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment