Changes the association method to return a proxy instead of the associated objects directly.
# File lib/sequel/plugins/association_proxies.rb, line 99 def def_association_method(opts) opts.returns_array? ? association_module_def(opts.association_method, opts){|*r, &block| AssociationProxy.new(self, opts, r[0], &block)} : super end
Generated with the Darkfish Rdoc Generator 2.