ryanlevi / domatio

A Ruby on Rails webapp with tools for roommates.
http://domatio.herokuapp.com/
1 stars 0 forks source link

Inviting roommates not part of the database #15

Closed Shayon closed 10 years ago

Shayon commented 10 years ago

I am going to work on this: We need to add invited users to the Users database with their email and group id so that they will automatically join the group they were invited to upon sign-up. I will be editing the User_Mailer.rb in the group_and_site_invite function, the User controller in the create function, and the Groups controller in the add_user_create function.

Shayon commented 10 years ago

I am done with this and have made sure everything works properly. I have merged the branch I created with master.