Class: SendgridEvents::SendgridEventsController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- SendgridEvents::SendgridEventsController
- Defined in:
- app/controllers/sendgrid_events/sendgrid_events_controller.rb
Instance Method Summary collapse
Instance Method Details
#receiver ⇒ Object
3 4 5 6 |
# File 'app/controllers/sendgrid_events/sendgrid_events_controller.rb', line 3 def receiver Receiver.receive params render :nothing => true end |