Sha256: 950bc13990cc96a6be0b8ae58139fb1910bc82f53d25e49f280e189f26259c33

Contents?: true

Size: 138 Bytes

Versions: 4

Compression:

Stored size: 138 Bytes

Contents

Templates::Engine.routes.draw do
  root 'templates#index'
  get ':id', to: 'templates#show', as: :template, constraints: { id: /.*/ }
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
templates-rails-0.1.6 config/routes.rb
templates-rails-0.1.5 config/routes.rb
templates-rails-0.1.4 config/routes.rb
templates-rails-0.1.3 config/routes.rb