Sha256: 842ba1f5c55e9a376c15d712ff55c6d4fa18f2bf1ea292d2887fb833390f1c9d
Contents?: true
Size: 462 Bytes
Versions: 10
Compression:
Stored size: 462 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
10 entries across 10 versions & 2 rubygems