Sha256: 6745fabc1d6fbee3353d0e8cf9111150f2298d28737f5026f6ae2c066a335b24

Contents?: true

Size: 175 Bytes

Versions: 53

Compression:

Stored size: 175 Bytes

Contents

class Auth::System::Minute
	include Mongoid::Document
	field :minute, type: Integer
	field :geom, type: Array
	embeds_many :entities, :class_name => "Auth::System::Entity"
end

Version data entries

53 entries across 53 versions & 1 rubygems

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