Sha256: f691f8e55b7e8c69db43ea871b2f7fb05a2178a3a44f11ec7c3e96132bc8a7ad
Contents?: true
Size: 250 Bytes
Versions: 2
Compression:
Stored size: 250 Bytes
Contents
class Bar include Mongoid::Document include Mongoid::Geospatial field :name, :type => String field :location, :type => Point, :spatial => true has_one :rating, :as => :ratable spatial_index :location spatial_scope :location end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mongoid_geospatial-2.5.1 | spec/models/bar.rb |
mongoid_geospatial-2.5.0 | spec/models/bar.rb |