Sha256: dfbfad7e27c1884efd31604f883a467fcf95f1316fda999b520c968e86c8d9c8
Contents?: true
Size: 290 Bytes
Versions: 23
Compression:
Stored size: 290 Bytes
Contents
# encoding: utf-8 # Rack::URLMap is very easy router included directly in rack distribution # You can't use stuff like "posts/:id" there, so env["rango.router.params"] # allways will be just empty hash Rango::Router.implement(:urlmap) do |env| env["rango.router.params"] = Hash.new end
Version data entries
23 entries across 23 versions & 1 rubygems