method

fetch_attribute

v6.1.3.1 - Show latest stable - Class: Arel::Nodes::Or
fetch_attribute(&block)
public

No documentation available.

# File activerecord/lib/arel/nodes/binary.rb, line 109
      def fetch_attribute(&block)
        left.fetch_attribute(&block) && right.fetch_attribute(&block)
      end