module Kaffe::Routes::ClassMethods
Attributes
routes[RW]
Public Instance Methods
route(path, app)
click to toggle source
# File lib/kaffe/routes.rb, line 7 def route(path, app) routes.push [path, app] end