69 70 71
# File 'lib/orbit/controller.rb', line 69 def self.put(action, &handler) add_route("PUT", action, &handler) end