method

new

new(base)
public

Pass in the instance of the object that is using the errors object.

  class Person
    def initialize
      @errors = ActiveModel::Errors.new(self)
    end
  end