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