method
projections=
v7.2.3 -
Show latest stable
- Class:
Arel::SelectManager
projections=(projections)public
No documentation available.
# File activerecord/lib/arel/select_manager.rb, line 143
def projections=(projections)
@ctx.projections = projections
end