method

with_notes

rails latest stable - Class: Exhibit
with_notes()
public

No documentation available.

# File activerecord/examples/performance.rb, line 39
  def self.with_notes
    where("notes IS NOT NULL")
  end