Class: Fuik::RetriesController
- Inherits:
-
Object
- Object
- Fuik::RetriesController
- Defined in:
- app/controllers/fuik/retries_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
5 6 7 8 9 10 |
# File 'app/controllers/fuik/retries_controller.rb', line 5 def create webhook_event = WebhookEvent.find(params[:event_id]) webhook_event.retry! redirect_to event_path(webhook_event) end |