Sha256: 79c3ea7d38b25e99134b1c3061104d47e76c6e2e3d8f95ee7dbba915b955b63a

Contents?: true

Size: 429 Bytes

Versions: 1

Compression:

Stored size: 429 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stache-0.9.0 spec/dummy/config/routes.rb