Sha256: a54a875849a6c8e26e80880b09ba94ce43bf48f40fad37156184addafa027649

Contents?: true

Size: 248 Bytes

Versions: 20

Compression:

Stored size: 248 Bytes

Contents

Dummy::Application.routes.draw do
  
  mount Locomotive::Engine => '/locomotive', :as => 'locomotive' # you can change the value of the path, by default set to "/locomotive"
      

  mount Locomotive::Engine => '/locomotive', as: 'locomotive'
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
locomotivecms-search-0.3.6 spec/dummy/config/routes.rb
locomotivecms-search-0.3.5 spec/dummy/config/routes.rb
locomotivecms-search-0.3.4 spec/dummy/config/routes.rb
locomotivecms-search-0.3.3 spec/dummy/config/routes.rb
locomotivecms-search-0.3.2 spec/dummy/config/routes.rb
locomotivecms-search-0.3.0 spec/dummy/config/routes.rb
locomotivecms-search-0.2.8 spec/dummy/config/routes.rb
locomotivecms-search-0.2.7 spec/dummy/config/routes.rb
locomotivecms-search-0.2.6 spec/dummy/config/routes.rb
locomotivecms-search-0.2.5 spec/dummy/config/routes.rb
locomotivecms-search-0.2.4 spec/dummy/config/routes.rb
locomotivecms-search-0.2.3 spec/dummy/config/routes.rb
locomotivecms-search-0.2.2 spec/dummy/config/routes.rb
locomotivecms-search-0.2.1 spec/dummy/config/routes.rb
locomotivecms-search-0.2.0 spec/dummy/config/routes.rb
locomotivecms-search-0.1.0 spec/dummy/config/routes.rb
locomotivecms-search-0.0.5 spec/dummy/config/routes.rb
locomotivecms-search-0.0.4 spec/dummy/config/routes.rb
locomotivecms-search-0.0.3 spec/dummy/config/routes.rb
locomotivecms-search-0.0.2 spec/dummy/config/routes.rb