fetch_attribute(&block)
No documentation available.
# File activerecord/lib/arel/nodes/and.rb, line 21 def fetch_attribute(&block) children.any? && children.all? { |child| child.fetch_attribute(&block) } end