Sha256: 96f3e4c042c10542ecbb3d2f93cf4c1941cc7a5108dbd11afe9824da0a6a4041

Contents?: true

Size: 149 Bytes

Versions: 25

Compression:

Stored size: 149 Bytes

Contents

# frozen_string_literal: true

Tramway::Page::Engine.routes.draw do
  get '/:slug' => 'pages#show', as: :page
  resources :previews, only: :show
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
tramway-page-1.5.2.1 config/routes.rb
tramway-page-1.5.2 config/routes.rb
tramway-page-1.5.1.1 config/routes.rb
tramway-page-1.5.1 config/routes.rb
tramway-page-1.5 config/routes.rb