Sha256: bda3ef986b11ecb790f04c6566e0e4f12ab72a5db6495632dca7987dd6365f79
Contents?: true
Size: 471 Bytes
Versions: 2
Compression:
Stored size: 471 Bytes
Contents
Rails.application.routes.draw do # This line mounts Spree's routes at the root of your application. # This means, any requests to URLs such as /products, will go to # Spree::ProductsController. # If you would like to change where this engine is mounted, simply change the # :at option to something different. # # We ask that you don't use the :as option here, as Spree relies on it being # the default of "spree". mount Spree::Core::Engine, at: '/' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_billing_sisow-0.9.2 | spec/dummy/config/routes.rb |
spree_billing_sisow-0.9.1 | spec/dummy/config/routes.rb |