Sha256: ad74a719d6fe7dffc394cf3171ff50d7aa7cc549446bf201c8cf4fb57101c00c
Contents?: true
Size: 309 Bytes
Versions: 40
Compression:
Stored size: 309 Bytes
Contents
class Agent include Mongoid::Document include Mongoid::Timestamps::Updated field :title, type: String field :number, type: String field :dob, type: Time embeds_many :names, as: :namable belongs_to :game belongs_to :agency, touch: true, autobuild: true has_and_belongs_to_many :accounts end
Version data entries
40 entries across 38 versions & 8 rubygems