-
- Downloads
Allow notification email to be set separately from primary email.
Closes #1932.
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/controllers/admin/users_controller.rb 3 additions, 0 deletionsapp/controllers/admin/users_controller.rb
- app/controllers/profiles/emails_controller.rb 3 additions, 0 deletionsapp/controllers/profiles/emails_controller.rb
- app/controllers/profiles/notifications_controller.rb 20 additions, 2 deletionsapp/controllers/profiles/notifications_controller.rb
- app/mailers/emails/profile.rb 3 additions, 3 deletionsapp/mailers/emails/profile.rb
- app/mailers/emails/projects.rb 1 addition, 1 deletionapp/mailers/emails/projects.rb
- app/mailers/notify.rb 1 addition, 1 deletionapp/mailers/notify.rb
- app/models/user.rb 18 additions, 0 deletionsapp/models/user.rb
- app/views/profiles/emails/index.html.haml 5 additions, 1 deletionapp/views/profiles/emails/index.html.haml
- app/views/profiles/notifications/show.html.haml 48 additions, 31 deletionsapp/views/profiles/notifications/show.html.haml
- db/migrate/20150206222854_add_notification_email_to_user.rb 11 additions, 0 deletionsdb/migrate/20150206222854_add_notification_email_to_user.rb
- db/schema.rb 2 additions, 1 deletiondb/schema.rb
- spec/mailers/notify_spec.rb 7 additions, 2 deletionsspec/mailers/notify_spec.rb
Loading
Please register or sign in to comment