Reputation: 1487
i'm totally new to rails. I've prepared a simple todo application with rails 3.0
Need help on adding
i'm totally new to rails.
So far i've done:
Upvotes: 0
Views: 1346
Reputation: 3005
Please follow the guides, to get a better understanding of how Rails works.
You would need to have models for User and Tasks in place. Create and associate those models, by following along the first guide. Following this guide, you would know how best to model your application.
For emailing follow the guide about ActionMailer - Action Mailer Basics
Upvotes: 6