121 122 123
# File 'app/models/piggybak/line_item.rb', line 121 def sellable_id_enum ::Piggybak::Sellable.all.collect { |s| ["#{s.description}: $#{s.price}", s.id ] } end