Class: MrCommon::Registrations::ResendNotificationsController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/mr_common/registrations/resend_notifications_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



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