Sha256: dccdd9d59e0d7d1c6eda624ddc47c98abe7230d7b38b59961abe536a18d7bf69

Contents?: true

Size: 249 Bytes

Versions: 29

Compression:

Stored size: 249 Bytes

Contents

#
# Include this method on objects that can be used to create items using Item.for
# Ticket class doesn't meed it because it defines its own sold_price method
#
module Itemable
  extend ActiveSupport::Concern
  
  def sold_price
    price 
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.5 app/concerns/itemable.rb
artfully_ose-1.2.0.pre.4 app/concerns/itemable.rb
artfully_ose-1.2.0.pre.3 app/concerns/itemable.rb
artfully_ose-1.2.0.pre.2 app/concerns/itemable.rb
artfully_ose-1.2.0.pre.1 app/concerns/itemable.rb
artfully_ose-1.2.0.pre app/concerns/itemable.rb
artfully_ose-1.1.0 app/concerns/itemable.rb
artfully_ose-1.1.0.rc2 app/concerns/itemable.rb
artfully_ose-1.1.0.rc1 app/concerns/itemable.rb