# File lib/mongo_mapper/plugins/associations/proxy.rb, line 22 def initialize(owner, association) @proxy_owner, @association, @loaded = owner, association, false Array(association.options[:extend]).each { |ext| proxy_extend(ext) } reset end