Working on a new app and using restful-authentication. I was trying to make it as simple as possible to start and then iterate, so I didn't generate with the activation email functionality, planning to add it later down the road. Is there an easy way to do this later on using the existing plugin?
views:
52answers:
2
+2
A:
Yes, you can just rerun the generator with option -include-validation. It will add extra code to your model user and session.
Jirapong
2009-09-11 01:05:19
A:
If you're just starting you should take a look at clearance by thoughtbot. It's a great authentication plugin.
jonnii
2009-09-11 01:08:53