method
custom_validation_context?
v6.1.3.1 -
Show latest stable
- Class:
ActiveRecord::AutosaveAssociation
custom_validation_context?()private
No documentation available.
# File activerecord/lib/active_record/autosave_association.rb, line 519
def custom_validation_context?
validation_context && [:create, :update].exclude?(validation_context)
end