1 2 3 4
class CveChange < ActiveRecord::Base belongs_to :user, :class_name => "User", :foreign_key => "user_id" belongs_to :cve end