class RepEmployee < ActiveRecord::Base
  belongs_to :report,  :class_name =>"AlpReport", :foreign_key => "report_id"
  belongs_to :employee
end
