Class: Spree::Core::StockConfiguration

Inherits:
Object
  • Object
show all
Defined in:
lib/spree/core/stock_configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#estimator_classObject



6
7
8
9
# File 'lib/spree/core/stock_configuration.rb', line 6

def estimator_class
  @estimator_class ||= '::Spree::Stock::Estimator'
  @estimator_class.constantize
end