quicktip about spree-multi-site

February 27, 2011 | 1 Minute Read

After installing don’t forget to run the generator to build the migrations.

rails g spree_multi_domain:install

After this you should run the migrations:

rake db:migrate

and that’s all.