Skip to content

Instantly share code, notes, and snippets.

View heratyian's full-sized avatar
✌️

Ian Heraty heratyian

✌️
View GitHub Profile
@heratyian
heratyian / serialize_geo_json.txt
Last active November 15, 2022 20:42
Serialize GeoJson using active_model_serializer and geojson_model
# Serialize GeoJson using active_model_serializer and geojson_model
## gems
gem 'geojson_model'
gem 'active_model_serializer'
## Concern
module <Model>::GeoJsonable
extend ActiveSupport::Concern