Method: Arel::SelectManager#projections=

Defined in:
activerecord/lib/arel/select_manager.rb

#projections=(projections) ⇒ Object



143
144
145
# File 'activerecord/lib/arel/select_manager.rb', line 143

def projections=(projections)
  @ctx.projections = projections
end