Flowdock
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
Show source
Register or log in to add new notes.