method
async_load_target
rails latest stable - Class:
ActiveRecord::Associations::Association
async_load_target()public
No documentation available.
# File activerecord/lib/active_record/associations/association.rb, line 198
def async_load_target # :nodoc:
@target = find_target(async: true) if (@stale_state && stale_target?) || find_target?
loaded! unless loaded?
nil
end