method
fetch_attribute
v7.2.3 -
Show latest stable
- Class:
Arel::Nodes::Nary
fetch_attribute(&block)public
No documentation available.
# File activerecord/lib/arel/nodes/nary.rb, line 21
def fetch_attribute(&block)
children.any? && children.all? { |child| child.fetch_attribute(&block) }
end