Class: Polymorph::OrderableController

Inherits:
ApplicationController show all
Defined in:
app/controllers/polymorph/orderable_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



3
4
5
6
# File 'app/controllers/polymorph/orderable_controller.rb', line 3

def create
  klass.reorder(order)
  head :ok
end