Class: MrCommon::Registrations::ResendNotificationsController
- Inherits:
-
BaseController
- Object
- BaseController
- MrCommon::Registrations::ResendNotificationsController
- Defined in:
- app/controllers/mr_common/registrations/resend_notifications_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
6 7 8 9 10 |
# File 'app/controllers/mr_common/registrations/resend_notifications_controller.rb', line 6 def create find_registration send_notification redirect_to @registration, notice: "Notification sent." end |