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
22 23 24 25 |
# File 'app/controllers/webhookr/events_controller.rb', line 22 def create @service.process! render body: nil end |
#show ⇒ Object
18 19 20 |
# File 'app/controllers/webhookr/events_controller.rb', line 18 def show render body: nil end |