loaded!()
Asserts the target has been loaded setting the loaded flag to true.
# File activerecord/lib/active_record/associations/association.rb, line 86 def loaded! @loaded = true @stale_state = stale_state end