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