Sha256: 55f11e8054987fab8ffcbdf0f40031bfe8339916cc171fdbd46311a835543dc4
Contents?: true
Size: 205 Bytes
Versions: 4
Compression:
Stored size: 205 Bytes
Contents
module Pbw class ItemTransfer include ::Mongoid::Document include ::Mongoid::Timestamps belongs_to :item field :from_class, :type => String field :to_class, :type => String end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
pbw-0.0.6 | app/models/pbw/item_transfer.rb |
pbw-0.0.5 | app/models/pbw/item_transfer.rb |
pbw-0.0.4 | app/models/pbw/item_transfer.rb |
pbw-0.0.3 | app/models/pbw/item_transfer.rb |