Created
March 8, 2012 08:32
-
-
Save Znow/1999676 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- !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"=>"[email protected]", | |
"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