Class: SpecialDelivery::EventsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/special_delivery/events_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



12
13
14
15
# File 'app/controllers/special_delivery/events_controller.rb', line 12

def create
  event.issue_callback
  render_nothing(:ok)
end