Sha256: 981f93d8f72455ceae877ebc5239018d8e1849c08484b55aef26d72af7c6c9ca

Contents?: true

Size: 320 Bytes

Versions: 1

Compression:

Stored size: 320 Bytes

Contents

# don't know exactly
class Analysis < ActiveRecordShared
#
#	TODO remove the habtm and replace it with hmt SubjectAnalyses ?
#
	has_and_belongs_to_many :study_subjects

	belongs_to :analyst, :class_name => 'Person'
	belongs_to :analytic_file_creator, :class_name => 'Person'
	belongs_to :project

	acts_like_a_hash

end

Version data entries

1 entries across 1 versions & 1 rubygems

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