Module: DbSerializer
- Extended by:
- ActiveSupport::Autoload
- Defined in:
- lib/db_serializer.rb,
lib/db_serializer/version.rb,
lib/db_serializer/geo_json.rb,
lib/db_serializer/utilities.rb
Overview
Module that contains spatial serializers for ActiveRecord models. The extended class must be an ActiveRecord::Base. It must also have a geometry column (the name of this column can be customized).
Defined Under Namespace
Constant Summary collapse
- VERSION =
'0.1.0'