class StepVerification < ActiveRecord::Base belongs_to :step_validation belongs_to :validated_by, :class_name => "User" end