genome/dgi-db

View on GitHub
app/models/data_model/interaction_attribute.rb

Summary

Maintainability
A
0 mins
Test Coverage
module DataModel
  class InteractionAttribute < ActiveRecord::Base
    include Genome::Extensions::UUIDPrimaryKey

    belongs_to :interaction
    has_and_belongs_to_many :sources
  end
end