Sha256: 079ece101574941b214f9925918168f1657004247c6800ed4905f0a1cd47f237
Contents?: true
Size: 307 Bytes
Versions: 1
Compression:
Stored size: 307 Bytes
Contents
Dummy::Application.routes.draw do match "/" => "application#index" match "/nocache" => "application#nocache" match "/expires_in" => "application#expires_in" match "/products" => "application#products" match "/helpers" => "application#helpers" match "/with_block" => "application#with_block" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
qor_cache-0.0.3 | test/dummy/config/routes.rb |