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