-
- Downloads
GRN2-xx: Email and admin fix (#515)
* Email and admin fix * Redirected super_admins to the admins page * Small fix * Update rooms_controller.rb
Showing
- app/controllers/account_activations_controller.rb 2 additions, 2 deletionsapp/controllers/account_activations_controller.rb
- app/controllers/concerns/emailer.rb 17 additions, 1 deletionapp/controllers/concerns/emailer.rb
- app/controllers/password_resets_controller.rb 3 additions, 5 deletionsapp/controllers/password_resets_controller.rb
- app/controllers/rooms_controller.rb 6 additions, 1 deletionapp/controllers/rooms_controller.rb
- app/controllers/users_controller.rb 2 additions, 2 deletionsapp/controllers/users_controller.rb
- app/mailers/user_mailer.rb 6 additions, 2 deletionsapp/mailers/user_mailer.rb
- app/models/user.rb 9 additions, 10 deletionsapp/models/user.rb
- app/views/user_mailer/password_reset.html.erb 2 additions, 2 deletionsapp/views/user_mailer/password_reset.html.erb
- app/views/user_mailer/verify_email.html.erb 2 additions, 2 deletionsapp/views/user_mailer/verify_email.html.erb
- spec/controllers/rooms_controller_spec.rb 9 additions, 0 deletionsspec/controllers/rooms_controller_spec.rb
Please register or sign in to comment