65 66 67
# File 'lib/orbit/controller.rb', line 65 def self.post(action, &handler) add_route("POST", action, &handler) end