Sha256: 0cf3b79da42472029b53aba8edadb4baa1d6a85cd03040672ca1e54c68e5d8bf
Contents?: true
Size: 219 Bytes
Versions: 2
Compression:
Stored size: 219 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 end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mongoid_geospatial-2.2.0 | spec/models/bar.rb |
mongoid_geospatial-2.0.0 | spec/models/bar.rb |