method
with_notes
v4.2.9 -
Show latest stable
- Class:
Exhibit
with_notes()public
No documentation available.
# File activerecord/examples/performance.rb, line 38
def self.with_notes
where("notes IS NOT NULL")
end with_notes()No documentation available.
# File activerecord/examples/performance.rb, line 38
def self.with_notes
where("notes IS NOT NULL")
end