Skip to content

Instantly share code, notes, and snippets.

@sdwrage
Created April 14, 2011 00:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sdwrage/918706 to your computer and use it in GitHub Desktop.
Save sdwrage/918706 to your computer and use it in GitHub Desktop.
NameError in ContactController#create
undefined local variable or method `emails_params' for #<Notifications:0xa0d5304>
Rails.root: /home/sdwrage/Work/railsapps/microsuds
Application Trace | Framework Trace | Full Trace
app/mailers/notifications.rb:5:in `contactme'
app/controllers/contact_controller.rb:7:in `create'
Request
Parameters:
{"utf8"=>"✓",
"authenticity_token"=>"CGYYax3kxtfbSMCIDXH/FS+bwnLLNQJQuL26eA2i72c=",
"email"=>{"name"=>"test",
"address"=>"test",
"subject"=>"test",
"body"=>"test"},
"commit"=>"Send"}
Show session dump
Show env dump
Response
Headers:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment