Sha256: 621a6128cd59d28731cafdca09156ba7d7b4836a1c6bb78952edb2f6447f12e3
Contents?: true
Size: 463 Bytes
Versions: 30
Compression:
Stored size: 463 Bytes
Contents
Rails.application.routes.draw do # This line mounts Solidus'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 Solidus relies on it being the default of "spree" mount Spree::Core::Engine, at: '/' end
Version data entries
30 entries across 30 versions & 9 rubygems