method
fetch_attribute
v7.1.3.2 -
Show latest stable
- Class:
Arel::Nodes::Or
fetch_attribute(&block)public
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