method

with_name

v7.1.3.4 - Show latest stable - Class: Exhibit
with_name()
public

No documentation available.

# File activerecord/examples/performance.rb, line 35
  def self.with_name
    where("name IS NOT NULL")
  end