Dummy::Application.routes.draw do get 'stache', :to => 'stache#index', :as => 'stache' 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' end