Class: Gridhook::EventsController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Gridhook::EventsController
- Defined in:
- app/controllers/gridhook/events_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
3 4 5 6 |
# File 'app/controllers/gridhook/events_controller.rb', line 3 def create Gridhook::Event.process(request.body, params) head :ok end |