method

star

v7.1.3.4 - Show latest stable - Class: Arel
star()
public

No documentation available.

# File activerecord/lib/arel.rb, line 56
  def self.star # :nodoc:
    sql "*"
  end