61 62 63
# File 'lib/orbit/controller.rb', line 61 def self.get(action, &handler) add_route("GET", action, &handler) end