method
with_notes
v8.1.1 -
Show 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 with_notes()No documentation available.
# File activerecord/examples/performance.rb, line 39
def self.with_notes
where("notes IS NOT NULL")
end