Class: Webhookr::EventsController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/webhookr/events_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



22
23
24
25
# File 'app/controllers/webhookr/events_controller.rb', line 22

def create
  @service.process!
  render body: nil
end

#showObject



18
19
20
# File 'app/controllers/webhookr/events_controller.rb', line 18

def show
  render body: nil
end