Sha256: e1ef2fc73ffd2c49b49e833ace95078969b6dc3ed9d7f0393f01259978200140
Contents?: true
Size: 1.1 KB
Versions: 3
Compression:
Stored size: 1.1 KB
Contents
ExpressUi::Engine.routes.draw do root to: "styleguide#index", as: :styleguide get '/ui_components', to: 'uicomponents#index', as: :uicomponents get '/about', to: 'styleguide#about', as: :about get '/scripts', to: 'scripts#index', as: :scripts get '/ui_components/templates/master-detail', to: 'templates#master_detail' get '/ui_components/templates/master-detail-fixed', to: 'templates#master_detail_fixed' get '/ui_components/templates/content-and-sidebar', to: 'templates#content_and_sidebar' get '/ui_components/templates/content-and-sidebar-fixed', to: 'templates#content_and_sidebar_fixed' get '/ui_components/templates/half-width', to: 'templates#half_width' get '/ui_components/templates/full-width', to: 'templates#full_width' get '/ui_components/pages/coming-soon', to: 'pages#coming_soon' get '/ui_components/pages/register', to: 'pages#register' get '/ui_components/pages/login', to: 'pages#login' get '/ui_components/pages/static', to: 'pages#static' get '/ui_components/pages/admin/', to: 'pages#admin' get '/ui_components/pages/admin/detail', to: 'pages#show_detail' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
express_ui-0.5.2 | config/routes.rb |
express_ui-0.5.1 | config/routes.rb |
express_ui-0.5.0 | config/routes.rb |