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

Version Path
wordjelly-auth-1.2.5 app/models/auth/work/bullet.rb
wordjelly-auth-1.2.4 app/models/auth/work/bullet.rb
wordjelly-auth-1.2.3 app/models/auth/work/bullet.rb
wordjelly-auth-1.2.2 app/models/auth/work/bullet.rb
wordjelly-auth-1.2.1 app/models/auth/work/bullet.rb
wordjelly-auth-1.2.0 app/models/auth/work/bullet.rb
wordjelly-auth-1.1.9 app/models/auth/work/bullet.rb
wordjelly-auth-1.1.8 app/models/auth/work/bullet.rb
wordjelly-auth-1.1.7 app/models/auth/work/bullet.rb
wordjelly-auth-1.1.6 app/models/auth/work/bullet.rb
wordjelly-auth-1.1.5 app/models/auth/work/bullet.rb
wordjelly-auth-1.1.4 app/models/auth/work/bullet.rb
wordjelly-auth-1.1.3 app/models/auth/work/bullet.rb
wordjelly-auth-1.1.2 app/models/auth/work/bullet.rb
wordjelly-auth-1.1.1 app/models/auth/work/bullet.rb