Skip to content

Instantly share code, notes, and snippets.

@Znow
Created March 8, 2012 08:32
Show Gist options
  • Save Znow/1999676 to your computer and use it in GitHub Desktop.
Save Znow/1999676 to your computer and use it in GitHub Desktop.
--- !ruby/object:User
attributes:
id:
email: ''
encrypted_password: ''
reset_password_token:
reset_password_sent_at:
remember_created_at:
sign_in_count: 0
current_sign_in_at:
last_sign_in_at:
current_sign_in_ip:
last_sign_in_ip:
created_at:
updated_at:
role: visitor
name:
Rails.root: /home/dg/Projects/advicecapital
Application Trace | Framework Trace | Full Trace
app/controllers/admin/users_controller.rb:17:in `create'
Request
Parameters:
{"utf8"=>"✓",
"authenticity_token"=>"ZCRdr/sWW8N/QKklxyOtqFElEtanourFkn6WeP3nQGU=",
"user"=>{"name"=>"Test2",
"email"=>"test2@test.dk",
"password"=>"[FILTERED]",
"password_confirmation"=>"[FILTERED]",
"role"=>"super_admin"},
"commit"=>"Gem"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment