Sha256: 99b4d274074c95ab4e6444e47ab02434cdefff4554e1efd1296dd9e659f72f62
Contents?: true
Size: 236 Bytes
Versions: 2
Compression:
Stored size: 236 Bytes
Contents
module Pbw class ItemContainer include ::Mongoid::Document include ::Mongoid::Timestamps belongs_to :item field :quantity, :type => Float belongs_to :user_token belongs_to :area belongs_to :user end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pbw-0.0.4 | app/models/pbw/item_container.rb |
pbw-0.0.3 | app/models/pbw/item_container.rb |