Sha256: f85dc07b5a3e73b67b1759931a4b7c2cd0560efc0eec66b0263b72bff0f29955

Contents?: true

Size: 164 Bytes

Versions: 8

Compression:

Stored size: 164 Bytes

Contents

Rails.application.routes.draw do

    namespace :mercury do
      resources :images
    end

  mount Mercury::Engine => '/'

  mount HowTo::Engine => "/how_to"
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
how_to-0.0.8 test/dummy/config/routes.rb
how_to-0.0.7 test/dummy/config/routes.rb
how_to-0.0.6 test/dummy/config/routes.rb
how_to-0.0.5 test/dummy/config/routes.rb
how_to-0.0.4 test/dummy/config/routes.rb
how_to-0.0.3 test/dummy/config/routes.rb
how_to-0.0.2 test/dummy/config/routes.rb
how_to-0.0.1 test/dummy/config/routes.rb