Method: Spree::Core::CurrentStore#store
- Defined in:
- lib/spree/core/current_store.rb
#store ⇒ Spree::Store
Delegate store selection to Spree::Config.current_store_selector_class Using this class is deprecated.
19 20 21 |
# File 'lib/spree/core/current_store.rb', line 19 def store @current_store_selector.store end |