Sha256: f91b8cbfbd34bb896a49ebabe42afefcc72257c83c7004896de6537c6979e4b7

Contents?: true

Size: 250 Bytes

Versions: 5

Compression:

Stored size: 250 Bytes

Contents

Dummy::Application.routes.draw do
  mount HumanPower::Rails::Engine => "robots.txt"
  get "sitemap.xml" => "nothing#here", as: :sitemap
  get "admin" => "nothing#here", as: :admin
  get "login" => "nothing#here", as: :login
  resources :products
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
human_power-0.1.0 test/dummy/config/routes.rb
human_power-0.0.6 test/dummy/config/routes.rb
human_power-0.0.4 test/dummy/config/routes.rb
human_power-0.0.3 test/dummy/config/routes.rb
human_power-0.0.2 test/dummy/config/routes.rb