Skip to content

Instantly share code, notes, and snippets.

@farhan-syed
Created August 14, 2015 20:06
Show Gist options
  • Save farhan-syed/4fc78932be8f68643c7d to your computer and use it in GitHub Desktop.
Save farhan-syed/4fc78932be8f68643c7d to your computer and use it in GitHub Desktop.
Started POST "/login/log_in" for ::1 at 2015-08-14 13:05:08 -0700
Processing by LoginController#log_in as */*
Parameters: {"stripeToken"=>"tok_16ZoQK27so3cCAuPJ5K06P7y"}
{"stripeToken"=>"tok_16ZoQK27so3cCAuPJ5K06P7y", "controller"=>"login", "action"=>"log_in"}
Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
NoMethodError (undefined method `[]' for nil:NilClass):
app/controllers/login_controller.rb:11:in `log_in'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment