You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2018. It is now read-only.
With the latest changes from the namespace branch, The "Getting Started" guide does not mention that you need to mount the core engine. Without this, the application will be barren.
To mount the engine, use this:
mount Spree::Core::Engine, :at => '/'
Or if you want to mount it at a specific location:
mount Spree::Core::Engine, :at => '/shop'
The text was updated successfully, but these errors were encountered:
With the latest changes from the
namespace
branch, The "Getting Started" guide does not mention that you need to mount the core engine. Without this, the application will be barren.To mount the engine, use this:
Or if you want to mount it at a specific location:
The text was updated successfully, but these errors were encountered: