Method: Spree::AppConfiguration#current_store_selector_class

Defined in:
lib/spree/app_configuration.rb

#current_store_selector_classClass

Allows providing your own class for choosing which store to use.

Returns:

  • (Class)

    a class with the same public interfaces as Spree::CurrentStoreSelector



470
# File 'lib/spree/app_configuration.rb', line 470

class_name_attribute :current_store_selector_class, default: 'Spree::StoreSelector::ByServerName'