method
pretty_print
rails latest stable - Class:
ActiveRecord::Associations::CollectionProxy
pretty_print(pp)public
No documentation available.
# File activerecord/lib/active_record/associations/collection_proxy.rb, line 1110
def pretty_print(pp) # :nodoc:
load_target if find_from_target?
super
end