method
select
v7.0.0 -
Show latest stable
- Class:
Arel::InsertManager
select(select)public
No documentation available.
# File activerecord/lib/arel/insert_manager.rb, line 17
def select(select)
@ast.select = select
end select(select)No documentation available.
# File activerecord/lib/arel/insert_manager.rb, line 17
def select(select)
@ast.select = select
end