method
find_target?
v7.1.3.4 -
Show latest stable
- Class:
ActiveRecord::Associations::Association
find_target?()private
No documentation available.
# File activerecord/lib/active_record/associations/association.rb, line 289
def find_target?
!loaded? && (!owner.new_record? || foreign_key_present?) && klass
end