Sha256: 9ab9170fde69d29335aa95be72db59136a0767ec06fbe3949274f5e5cebf33af

Contents?: true

Size: 176 Bytes

Versions: 110

Compression:

Stored size: 176 Bytes

Contents

ForeverStyleGuide::Engine.routes.draw do
  root to: "style#index", as: :forever_style_guide
  get "/:id" => "style#show", :as => :style
  get "/demo/:path" => "style#demo"
end

Version data entries

110 entries across 110 versions & 1 rubygems

Version Path
forever_style_guide-3.4.3 config/routes.rb
forever_style_guide-3.4.2 config/routes.rb
forever_style_guide-3.4.1 config/routes.rb
forever_style_guide-3.4 config/routes.rb
forever_style_guide-3.3.6 config/routes.rb
forever_style_guide-3.3.5 config/routes.rb
forever_style_guide-3.3.4 config/routes.rb
forever_style_guide-3.3.3 config/routes.rb
forever_style_guide-3.3.2 config/routes.rb
forever_style_guide-3.3.1 config/routes.rb
forever_style_guide-3.3 config/routes.rb
forever_style_guide-3.2.18 config/routes.rb
forever_style_guide-3.2.17 config/routes.rb
forever_style_guide-3.2.16 config/routes.rb
forever_style_guide-3.2.15 config/routes.rb
forever_style_guide-3.2.14 config/routes.rb
forever_style_guide-3.2.13 config/routes.rb
forever_style_guide-3.2.12 config/routes.rb
forever_style_guide-3.2.11 config/routes.rb
forever_style_guide-3.2.10 config/routes.rb