Class Index [+]

Quicksearch

Sequel::Plugins::AssociationProxies::ClassMethods

Public Instance Methods

def_association_method(opts) click to toggle source

Changes the association method to return a proxy instead of the associated objects directly.

    # File lib/sequel/plugins/association_proxies.rb, line 43
43:         def def_association_method(opts)
44:           opts.returns_array? ? association_module_def(opts.association_method, opts){|*r| AssociationProxy.new(self, opts, r[0])} : super
45:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.