Sha256: 6f8da53952c35eac2eb3febadfe97b224043d89063144bf3d1cc32e75b080a9e
Contents?: true
Size: 213 Bytes
Versions: 1
Compression:
Stored size: 213 Bytes
Contents
module Mongoid module Geospatial class Polygon < GeometryField class << self # Database -> Object def demongoize(o) Polygon.new(o) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mongoid_geospatial-2.2.0 | lib/mongoid_geospatial/fields/polygon.rb |