method
with_notes
v7.0.0 -
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