module Sequel::Plugins::AssociationProxies::ClassMethods

  1. lib/sequel/plugins/association_proxies.rb

Methods

Public Instance

  1. association_proxy_to_dataset

Attributes

association_proxy_to_dataset [R]

Proc that accepts a method name, array of arguments, and block and should return a truthy value to send the method to the dataset instead of the array of associated objects.