Closed lfborjas closed 14 years ago
Luis,
Thanks for catching this oversight. I've updated the tutorial and app to include customized views for user registration.
-- Daniel
You're welcome, your tutorial is pretty useful, I'm glad to find projects like this, sometimes useful stuff for rails or other frameworks is not used because rookies -like myself- don't know how to begin using it and nobody documents it.
Thank you for the praise. And thank you making your contribution! -- Daniel
While the model has the
name
field, the view uses the default registration view of the devise gem. So no name field is shown and it raises a validation error.I fixed it by overriding the template in my own views directory and adding the name field.