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



14
15
16
17
# File 'app/controllers/webhookr/events_controller.rb', line 14

def create
  @service.process!
  render :nothing => true
end

#showObject



10
11
12
# File 'app/controllers/webhookr/events_controller.rb', line 10

def show
  render :nothing => true
end