method

find_target?

find_target?()
private

No documentation available.

# File activerecord/lib/active_record/associations/association.rb, line 175
        def find_target?
          !loaded? && (!owner.new_record? || foreign_key_present?) && klass
        end