Class: MandrillEvent::EventsController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- MandrillEvent::EventsController
- Defined in:
- app/controllers/mandrill_event/events_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
9 10 11 12 13 14 |
# File 'app/controllers/mandrill_event/events_controller.rb', line 9 def create MandrillEvent.process(params) head :ok # rescue MandrillEvent::UnauthorizedError # head :unauthorized end |
#index ⇒ Object
5 6 7 |
# File 'app/controllers/mandrill_event/events_controller.rb', line 5 def index head :ok end |