method

with_name

rails 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