method

validating_belongs_to_for?

rails latest stable - Class: ActiveRecord::AutosaveAssociation

Method not available on this version

This method is only available on newer versions. The first available version (v8.0.0) is shown here.

validating_belongs_to_for?(association)
public

No documentation available.

# File activerecord/lib/active_record/autosave_association.rb, line 279
    def validating_belongs_to_for?(association)
      @validating_belongs_to_for ||= {}
      @validating_belongs_to_for[association]
    end