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