Sha256: 081011633050343674a260c0cc924cef243a938ff338e9ea2e634c9643683fcd

Contents?: true

Size: 355 Bytes

Versions: 9

Compression:

Stored size: 355 Bytes

Contents

module Bio
    class SQL
			class BioentryPath < DummyBase
				set_primary_key nil
#delete				set_sequence_name nil
				belongs_to :term, :class_name => "Term"
				#da sistemare per poter procedere.
				belongs_to :object_bioentry, :class_name=>"Bioentry"
				belongs_to :subject_bioentry, :class_name=>"Bioentry"
			end #BioentryPath
		end #SQL
end #Bio

Version data entries

9 entries across 9 versions & 4 rubygems

Version Path
bioruby-bio-1.2.9.9001 lib/bio/io/biosql/bioentry_path.rb
bioruby-bio-1.2.9.9501 lib/bio/io/biosql/bioentry_path.rb
bioruby-bio-1.3.0 lib/bio/io/biosql/bioentry_path.rb
ngoto-bio-1.2.9.9001 lib/bio/io/biosql/bioentry_path.rb
ngoto-bio-1.2.9.9501 lib/bio/io/biosql/bioentry_path.rb
ngoto-bio-1.3.0.5000 lib/bio/io/biosql/bioentry_path.rb
ngoto-bio-1.3.0 lib/bio/io/biosql/bioentry_path.rb
wwood-bioruby-1.2.11 lib/bio/io/biosql/bioentry_path.rb
bio-1.3.0 lib/bio/io/biosql/bioentry_path.rb