module Babik::ClassMethods
All class methods that are injected to ActiveRecord models
Public Instance Methods
objects()
click to toggle source
@!method objects QuerySet
for the current model. @return [QuerySet] queryset for the current model.
# File lib/babik.rb, line 111 def objects Babik::QuerySet::Base.new(self) end