module Reck

Constants

STATUS
VERSION

Public Instance Methods

route(path, &block) click to toggle source
# File lib/reck/application.rb, line 65
def route(path, &block)
  Application.routes.unshift(Route.new(path, block))
end