Module: Payola::Sellable

Extended by:
ActiveSupport::Concern
Defined in:
app/models/concerns/payola/sellable.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#product_classObject



16
17
18
# File 'app/models/concerns/payola/sellable.rb', line 16

def product_class
  self.class.product_class
end