Method: Spree::Core::CurrentStore#store

Defined in:
lib/spree/core/current_store.rb

#storeSpree::Store

Delegate store selection to Spree::Config.current_store_selector_class Using this class is deprecated.

Returns:



19
20
21
# File 'lib/spree/core/current_store.rb', line 19

def store
  @current_store_selector.store
end