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