Sha256: 10a4bc0fd635637ba357142f2e3aa2ea13e2e8b9e672f565654113e2e9f68b6e
Contents?: true
Size: 337 Bytes
Versions: 5
Compression:
Stored size: 337 Bytes
Contents
class Mdm::TaskHost < ActiveRecord::Base belongs_to :host, class_name: 'Mdm::Host', inverse_of: :task_hosts belongs_to :task, class_name: 'Mdm::Task', inverse_of: :task_hosts validates :host_id, :uniqueness => { :scope => :task_id } end
Version data entries
5 entries across 5 versions & 1 rubygems