Module: Believer::Scoping::ClassMethods
- Defined in:
- lib/believer/scoping.rb
Instance Method Summary collapse
Instance Method Details
#all ⇒ Object
12 13 14 |
# File 'lib/believer/scoping.rb', line 12 def all scoped end |
#scoped ⇒ Object
8 9 10 |
# File 'lib/believer/scoping.rb', line 8 def scoped Query.new(:record_class => self) end |