Sha256: 6c5dfa43ac58581e43e81004862a59eaf730e9c0031686d26e854bbd3d5fb572
Contents?: true
Size: 470 Bytes
Versions: 8
Compression:
Stored size: 470 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
8 entries across 8 versions & 3 rubygems