Method: Orbit::Controller.patch

Defined in:
lib/orbit/controller.rb

.patch(action, &handler) ⇒ Object



73
74
75
# File 'lib/orbit/controller.rb', line 73

def self.patch(action, &handler)
  add_route("PATCH", action, &handler)
end