Role of :base in validates_with (section 3.11 of the Active Record Validations and Callbacks guide)

Hi all!

Anyone knows what’s the meaning of the :base attribute name in section 3.11 of the Active Record Validations and Callbacks guide (http://guides.rubyonrails.org/active_record_validations_callbacks.html#validates_with)?

Thanks,

–Manuel

The answer is in http://guides.rubyonrails.org/active_record_validations_callbacks.html#errors-base. I should have looked for it more carefully. Sorry.