53 54 55 56 57 58
# File 'activerecord/lib/active_record/associations/association.rb', line 53 def target if @target.is_a?(Promise) @target = @target.value end @target end