Class: Webhookr::EventsController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Webhookr::EventsController
- Defined in:
- app/controllers/webhookr/events_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
14 15 16 17 |
# File 'app/controllers/webhookr/events_controller.rb', line 14 def create @service.process! render :nothing => true end |
#show ⇒ Object
10 11 12 |
# File 'app/controllers/webhookr/events_controller.rb', line 10 def show render :nothing => true end |