Module: Itemable
Overview
Include this method on objects that can be used to create items using Item.for Ticket class doesn’t need it because it defines its own sold_price method
Instance Method Summary collapse
Instance Method Details
#sold_price ⇒ Object
8 9 10 |
# File 'app/concerns/itemable.rb', line 8 def sold_price price end |