Skip to content

Commit

Permalink
class BioentryRelationship added relation to Term class
Browse files Browse the repository at this point in the history
  • Loading branch information
rjpbonnal authored and ngoto committed Jun 16, 2016
1 parent 293381a commit 2ac6500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/bio/io/biosql/ar-biosql.rb
Expand Up @@ -64,6 +64,7 @@ class BioentryRelationship < DummyBase
set_sequence_name "bieontry_relationship_pk_seq"
belongs_to :object_bioentry, :class_name => "Bioentry"
belongs_to :subject_bioentry, :class_name => "Bioentry"
belongs_to :term
end
class Biosequence < DummyBase
set_primary_key "bioentry_id"
Expand Down

0 comments on commit 2ac6500

Please sign in to comment.