method

project

v6.0.0 - Show latest stable - Class: Arel::Table
project(*things)
public

No documentation available.

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