Sha256: 3111116daf5d2b0aba0c7ee11a40553c220cbf1c96b5fdfa37481dbcbf6da9a9

Contents?: true

Size: 222 Bytes

Versions: 1

Compression:

Stored size: 222 Bytes

Contents

#	==	requires
#	*	description ( unique and > 3 chars )
class Unit < ActiveRecordShared

	acts_as_list
	default_scope :order => :position

	acts_like_a_hash

	belongs_to :context
	has_many :aliquots
	has_many :samples

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ccls-ccls_engine-3.11.0 app/models/unit.rb