Class: Fuik::RetriesController

Inherits:
Object
  • Object
show all
Defined in:
app/controllers/fuik/retries_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



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