method

project

v7.2.3 - Show latest stable - Class: Arel::Table
project(*things)
public

No documentation available.

# File activerecord/lib/arel/table.rb, line 70
    def project(*things)
      from.project(*things)
    end