Sha256: 24e4ef993fcb1080dc6ce8e95456b75de21ed895b5940564a918e783ff632d26
Contents?: true
Size: 196 Bytes
Versions: 1
Compression:
Stored size: 196 Bytes
Contents
TypeStation::Engine.routes.draw do root :to => 'pages#index' namespace :admin, path: "_admin" do resources :pages, only: [:update] end match "*path", to: "pages#show", via: :all end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
type_station-0.0.1.pre | config/routes.rb |