Method: LazyRecord::ClassMethods#where

Defined in:
lib/lazy_record/class_methods.rb

#where(condition = nil, &block) ⇒ Object



32
33
34
# File 'lib/lazy_record/class_methods.rb', line 32

def where(condition = nil, &block)
  all.where(condition, &block)
end