Created
June 28, 2012 22:14
-
-
Save PeteMichaud/3014325 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
ActiveRecord::RecordNotSaved in Admin::UsersController#update | |
Failed to remove the existing associated subscription. The record failed to save when after its foreign key was set to nil. |
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
{"utf8"=>"✓", | |
"_method"=>"put", | |
"authenticity_token"=>"...", | |
"user"=>{"email"=>"[email protected]", | |
"password"=>"[FILTERED]", | |
"first_name"=>"Tom", | |
"last_name"=>"Jones", | |
"subscription_attributes"=>{"plan_id"=>"5"}}, | |
"password_confirmation"=>"[FILTERED]", | |
"commit"=>"Update User", | |
"id"=>"2"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment