loaded()
Asserts the \target has been loaded setting the \loaded flag to true.
# File activerecord/lib/active_record/associations/association_proxy.rb, line 122 def loaded @loaded = true end