internetee-registry/app/models/domain_contact.rb
2014-08-11 16:41:31 +03:00

6 lines
136 B
Ruby

class DomainContact < ActiveRecord::Base
belongs_to :contact
belongs_to :domain
scope :tech, -> {where(contact_type: :tech)}
end