Sha256: 43c68d610fe56afa9cedd0a7cc1bccc4020768a7b2405af7b480c0f4697ab780
Contents?: true
Size: 315 Bytes
Versions: 4
Compression:
Stored size: 315 Bytes
Contents
# encoding: utf-8 # module Mongoid #:nodoc: # module Criterion #:nodoc: # module Inclusion # def near(attributes = {}) # update_selector(attributes, "$near") # end # def near_sphere(attributes = {}) # update_selector(attributes, "$near") # end # end # end # end
Version data entries
4 entries across 4 versions & 2 rubygems