ruby on rails - Returning User name into form when registration failed -


sorry english, hard describe problem. have user devise model registration params [:name, :email, :password, :confirm_password] . problem in name field. example if registration failed because of mismatched password rails render new reg. form name field empty, need set previous value. email filed sets good, because default param of devise gem. can 1 help?


Comments

Popular posts from this blog

java - Null response to php query in android, even though php works properly -

node.js - Using Node without global install -

php - CakePHP HttpSockets send array of paramms -