Module: Sequel::Plugins::AssociationProxies::ClassMethods
- Defined in:
- lib/sequel/plugins/association_proxies.rb
Instance Attribute Summary collapse
- 
  
    
      #association_proxy_to_dataset  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    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. 
Instance Attribute Details
#association_proxy_to_dataset ⇒ Object (readonly)
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.
| 111 112 113 | # File 'lib/sequel/plugins/association_proxies.rb', line 111 def association_proxy_to_dataset @association_proxy_to_dataset end |