method
fetch_attribute
v7.2.3 -
Show latest stable
- Class:
Arel::Nodes::Grouping
fetch_attribute(&block)public
No documentation available.
# File activerecord/lib/arel/nodes/grouping.rb, line 6
def fetch_attribute(&block)
expr.fetch_attribute(&block)
end