module Spyke::Scoping

Private Instance Methods

scope() click to toggle source
# File lib/spyke/scoping.rb, line 31
def scope
  @scope ||= self.class.all
end