class Contact < ActiveRecord::Base
  def self.table_name() "pricelist.pl_contacts" end
  belongs_to :employee, :foreign_key => :person_id

  
end
