search for: passwordconfirmation

Displaying 1 result from an estimated 1 matches for "passwordconfirmation".

Did you mean: password_confirmation
2006 Mar 29
2
save related models from one form
...a checks or password confirmation fails, I want that the form i displayed again so that the user can correct the errors. Else the data shoud be saved to the db. If I input data in all required fields all is fine, but... My problems are: 1. If i input valid data in the required field, but type the passwordconfirmation so that it will fail I get the error message: ArgumentError which I guess has something to do with the "raise"-line below. 2. If I omitt some of the required fields I get the following error message: ActiveRecord::StatementInvalid ...Column ''customer_id'' cannot be nul...