module Believer::Scoping::ClassMethods
Public Instance Methods
all()
click to toggle source
# File lib/believer/scoping.rb, line 12 def all scoped end
scoped()
click to toggle source
# File lib/believer/scoping.rb, line 8 def scoped Query.new(:record_class => self) end