Sha256: 23b6a23869c8f32f223e0e0f5d3285cf20f82da7f4ac7716a8c4efec2b69a6eb

Contents?: true

Size: 205 Bytes

Versions: 3

Compression:

Stored size: 205 Bytes

Contents

TypeStation::Engine.routes.draw do
  root :to => 'pages#index'

  namespace :admin, path: "_admin" do
    resources :pages, only: [:create, :update]
  end

  match "*path", to: "pages#show", via: :all
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
type_station-0.0.3 config/routes.rb
type_station-0.0.2 config/routes.rb
type_station-0.0.1 config/routes.rb