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.2.9 config/routes.rb
forever_style_guide-3.2.8 config/routes.rb
forever_style_guide-3.2.7 config/routes.rb
forever_style_guide-3.2.6 config/routes.rb
forever_style_guide-3.2.5 config/routes.rb
forever_style_guide-3.2.4 config/routes.rb
forever_style_guide-3.2.3 config/routes.rb
forever_style_guide-3.2.2 config/routes.rb
forever_style_guide-3.2.1 config/routes.rb
forever_style_guide-3.2.0 config/routes.rb
forever_style_guide-3.1.5 config/routes.rb
forever_style_guide-3.1.4 config/routes.rb
forever_style_guide-3.1.3 config/routes.rb
forever_style_guide-3.1.2 config/routes.rb
forever_style_guide-3.1.1 config/routes.rb
forever_style_guide-3.1.0 config/routes.rb
forever_style_guide-3.0.41 config/routes.rb
forever_style_guide-3.0.40 config/routes.rb
forever_style_guide-3.0.39 config/routes.rb
forever_style_guide-3.0.38 config/routes.rb