Sha256: 57a8a43f585582312b62b559906c8e2ac082b2ca48a7c8bf4d0fb47e5d960996

Contents?: true

Size: 218 Bytes

Versions: 1

Compression:

Stored size: 218 Bytes

Contents

module Mongoid
  module Geospatial
    class LineString < GeometryField

      class << self

        # Database -> Object
        def demongoize(o)
          LineString.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/line_string.rb