Method: Airship::Management::Padrino::ClassMethods#update

Defined in:
lib/airship/management/padrino.rb

#update(options = {}, &block) ⇒ Object



21
22
23
# File 'lib/airship/management/padrino.rb', line 21

def update(options = {}, &block)
  route 'POST', ":id/update", options, &block
end