method

find_target?

rails latest stable - Class: ActiveRecord::Associations::BelongsToAssociation
find_target?()
private

No documentation available.

# File activerecord/lib/active_record/associations/belongs_to_association.rb, line 118
        def find_target?
          !loaded? && foreign_key_present? && klass
        end