Class: MandrillEvent::EventsController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/mandrill_event/events_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



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

#indexObject



5
6
7
# File 'app/controllers/mandrill_event/events_controller.rb', line 5

def index
  head :ok
end