Sha256: e69a370a0132775f0eb4c9a3607d4a46ca83d025a7b064bced16c8ec49417354
Contents?: true
Size: 709 Bytes
Versions: 2
Compression:
Stored size: 709 Bytes
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 '/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' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
express_ui-0.1.0.rc7 | config/routes.rb |
express_ui-0.1.0.rc5 | config/routes.rb |