Sha256: 732c11eb0c8be9a8258b8cfc4deb95532e33d8442cc297952bdbccf156553734

Contents?: true

Size: 378 Bytes

Versions: 15

Compression:

Stored size: 378 Bytes

Contents

Leather::Engine.routes.draw do
  get :ui_kit, to: "application#ui_kit", as: :ui_kit
  get :components, to: "application#components", as: :components
  get "/layouts/admin", to: "layouts#admin", as: :admin_layout
  get "/layouts/two_column", to: "layouts#two_column", as: :two_column_layout
  get "/layouts/three_column", to: "layouts#three_column", as: :three_column_layout
end

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
leather2-3.5.3 config/routes.rb
leather-3.5.2 config/routes.rb
leather-3.5.1 config/routes.rb
leather-3.5.0 config/routes.rb
leather-3.3.5 config/routes.rb
leather-3.3.4.1 config/routes.rb
leather-3.3.4 config/routes.rb
leather-3.3.3.4 config/routes.rb
leather-3.3.3.3 config/routes.rb
leather-3.3.3.2 config/routes.rb
leather-3.3.3.1 config/routes.rb
leather-3.3.2 config/routes.rb
leather-3.3.1 config/routes.rb
leather-3.3.0 config/routes.rb
leather-3.2.0 config/routes.rb