123456789_123456789_123456789_123456789_123456789_

Class: Arel::Nodes::Or

Do not use. This class is for internal use only.

Class Method Summary

Binary - Inherited

Instance Attribute Summary

Binary - Inherited

Node - Inherited

Instance Method Summary

Constructor Details

This class inherits a constructor from Arel::Nodes::Binary

Instance Method Details

#fetch_attribute(&block)

[ GitHub ]

  
# File 'activerecord/lib/arel/nodes/binary.rb', line 115

def fetch_attribute(&block)
  left.fetch_attribute(&block) && right.fetch_attribute(&block)
end