Sha256: 5714cb295a475823fc8463613ce79cf9e376ac62edf88e88acea8cc54145ac73
Contents?: true
Size: 609 Bytes
Versions: 3
Compression:
Stored size: 609 Bytes
Contents
Localtower::Engine.routes.draw do get "migrations", to: "pages#migrations", as: :migrations post "migrations", to: "pages#post_migrations" get "models", to: "pages#models", as: :models post "models", to: "pages#post_models" get "relations", to: "pages#relations", as: :relations post "relations", to: "pages#post_relations" get "status", to: "pages#status", as: :status # get ':v/:asset', to: 'pages#asset_render', as: 'asset_render', :constraints => { :v => /[^\/]*/, :asset => /[^\/]*/ } get 'dashboard', to: 'pages#dashboard', as: 'dashboard' root :to => redirect('dashboard') end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
localtower-0.1.8 | config/routes.rb |
localtower-0.1.7 | config/routes.rb |
localtower-0.1.6 | config/routes.rb |