Sha256: 30c1ee4e36d5404382c22c31290ffe3cab53bf7579875d0cb7be25cc6090e436
Contents?: true
Size: 255 Bytes
Versions: 15
Compression:
Stored size: 255 Bytes
Contents
class Auth::Work::Bullet include Mongoid::Document include Auth::Concerns::ChiefModelConcern embedded_in :instruction, :class_name => "Auth::Work::Instruction" field :title, type: String field :description, type: String field :text, type: String end
Version data entries
15 entries across 15 versions & 1 rubygems