Sha256: ac91465d80573d7bedd3d72290f9fe6bee8b2abd1e4fff91bfdef21d51b40f4f

Contents?: true

Size: 192 Bytes

Versions: 53

Compression:

Stored size: 192 Bytes

Contents

module Auth::Concerns::SystemConcern

	extend ActiveSupport::Concern

	included do

		include Mongoid::Document
		field :__comments, type: String
		field :address, type: String	
		
	
	end

end

Version data entries

53 entries across 53 versions & 1 rubygems

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