Sha256: 65da31e2203dcf5b89546b7b77a39981dbdfff4e1f9c01bd001e09cf1bbb5e96

Contents?: true

Size: 285 Bytes

Versions: 32

Compression:

Stored size: 285 Bytes

Contents

class Auth::Work::Bullet
	include Mongoid::Document
	include Mongoid::Timestamps
	include Auth::Concerns::ImageLoadConcern
	
	embedded_in :instruction, :class_name => "Auth::Work::Instruction"
	field :title, type: String
	field :description, type: String
	field :text, type: String
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
wordjelly-auth-1.6.0 app/models/auth/work/bullet.rb
wordjelly-auth-1.5.9 app/models/auth/work/bullet.rb
wordjelly-auth-1.5.8 app/models/auth/work/bullet.rb
wordjelly-auth-1.5.7 app/models/auth/work/bullet.rb
wordjelly-auth-1.5.6 app/models/auth/work/bullet.rb
wordjelly-auth-1.5.5 app/models/auth/work/bullet.rb
wordjelly-auth-1.5.4 app/models/auth/work/bullet.rb
wordjelly-auth-1.5.3 app/models/auth/work/bullet.rb
wordjelly-auth-1.5.2 app/models/auth/work/bullet.rb
wordjelly-auth-1.5.1 app/models/auth/work/bullet.rb
wordjelly-auth-1.5.0 app/models/auth/work/bullet.rb
wordjelly-auth-1.4.9 app/models/auth/work/bullet.rb
wordjelly-auth-1.4.8 app/models/auth/work/bullet.rb
wordjelly-auth-1.4.7 app/models/auth/work/bullet.rb
wordjelly-auth-1.4.6 app/models/auth/work/bullet.rb
wordjelly-auth-1.4.5 app/models/auth/work/bullet.rb
wordjelly-auth-1.4.4 app/models/auth/work/bullet.rb
wordjelly-auth-1.4.3 app/models/auth/work/bullet.rb
wordjelly-auth-1.4.2 app/models/auth/work/bullet.rb
wordjelly-auth-1.4.0 app/models/auth/work/bullet.rb