spree-multi-domain
spree-multi-domain copied to clipboard
Reconciliate Tracker Override `current` with Spree 2.3 API
Spree::Store.current
is always defined even though the url can be nil (yes, thats true, despite the validations). But that should be no problem here because the return value of current
will just be nil then.
Also see ticket #104