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.7.2 config/routes.rb
forever_style_guide-3.7.1 config/routes.rb
forever_style_guide-3.7.0 config/routes.rb
forever_style_guide-3.6.1 config/routes.rb
forever_style_guide-3.6.0 config/routes.rb
forever_style_guide-3.5.0 config/routes.rb
forever_style_guide-3.4.17 config/routes.rb
forever_style_guide-3.4.16 config/routes.rb
forever_style_guide-3.4.15 config/routes.rb
forever_style_guide-3.4.14 config/routes.rb
forever_style_guide-3.4.13 config/routes.rb
forever_style_guide-3.4.12 config/routes.rb
forever_style_guide-3.4.11 config/routes.rb
forever_style_guide-3.4.10 config/routes.rb
forever_style_guide-3.4.9 config/routes.rb
forever_style_guide-3.4.8 config/routes.rb
forever_style_guide-3.4.7 config/routes.rb
forever_style_guide-3.4.6 config/routes.rb
forever_style_guide-3.4.5 config/routes.rb
forever_style_guide-3.4.4 config/routes.rb