method
fetch_attribute
v6.1.7.7 -
Show latest stable
- Class:
Arel::Nodes::HomogeneousIn
fetch_attribute(&block)public
No documentation available.
# File activerecord/lib/arel/nodes/homogeneous_in.rb, line 62
def fetch_attribute(&block)
if attribute
yield attribute
else
expr.fetch_attribute(&block)
end
end