Module: Ecm::Contact::Backend::ContactRequestsController::Notification
- Included in:
- Ecm::Contact::Backend::ContactRequestsController
- Defined in:
- app/controllers/ecm/contact/backend/contact_requests_controller.rb
Instance Method Summary collapse
Instance Method Details
#notify ⇒ Object
20 21 22 23 24 |
# File 'app/controllers/ecm/contact/backend/contact_requests_controller.rb', line 20 def notify @resource = load_resource @resource.notify redirect_back fallback_location: { action: :index }, notice: t('.success') end |