Sha256: 5d67a2547fe1e9bd941696c3ca49c8ea4907fe7cb892296eeaf72f594b07dd3f
Contents?: true
Size: 610 Bytes
Versions: 1
Compression:
Stored size: 610 Bytes
Contents
Dummy::Application.routes.draw do get 'stache', :to => 'stache#index', :as => 'stache' get 'stache/with_layout', :to => 'stache#with_layout' get 'stache/helper', :to => 'stache#helper' get 'stache/with_partials', :to => 'stache#with_partials' get 'stache/with_asset_helpers', :to => 'stache#with_asset_helpers' get 'handlebars', :to => 'handlebars#index', :as => 'handlebars' get 'handlebars/with_partials', :to => 'handlebars#with_partials' get 'handlebars/with_helpers', :to => 'handlebars#with_helpers' get 'handlebars/with_missing_data', :to => 'handlebars#with_missing_data' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stache-1.0.0.rc | spec/dummy/config/routes.rb |