Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 371 Bytes

README.markdown

File metadata and controls

15 lines (12 loc) · 371 Bytes

Spree MultiStore Extension

The goal is to be able to host multiple stores with one Spree app.

Assumptions:

Individual stores are accessed like this:

http://example.com/store1 and http://example.com/store2

Admin URL:

http://example.com/admin

Store will be read via a current_store method using session[:store_id], similar to current_user