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.0.37 config/routes.rb
forever_style_guide-3.0.36 config/routes.rb
forever_style_guide-3.0.35 config/routes.rb
forever_style_guide-3.0.34 config/routes.rb
forever_style_guide-3.0.33 config/routes.rb
forever_style_guide-3.0.32 config/routes.rb
forever_style_guide-3.0.31 config/routes.rb
forever_style_guide-3.0.30 config/routes.rb
forever_style_guide-3.0.29 config/routes.rb
forever_style_guide-3.0.28 config/routes.rb
forever_style_guide-3.0.27 config/routes.rb
forever_style_guide-3.0.26 config/routes.rb
forever_style_guide-3.0.25 config/routes.rb
forever_style_guide-3.0.24 config/routes.rb
forever_style_guide-3.0.23 config/routes.rb
forever_style_guide-3.0.22 config/routes.rb
forever_style_guide-3.0.21 config/routes.rb
forever_style_guide-3.0.20 config/routes.rb
forever_style_guide-3.0.19 config/routes.rb
forever_style_guide-3.0.18 config/routes.rb