inspect()
Forwards the call to the target. Loads the target if needed.
# File activerecord/lib/active_record/associations/association_proxy.rb, line 144 def inspect load_target @target.inspect end