aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2020-10-06 16:17:44 +0200
committerhellekin <hellekin@cepheide.org>2020-10-06 16:21:40 +0200
commit77d78b9023106cedd81703a1c6735e9109f631bb (patch)
tree66547d568d713d1d6e01efbe80e3d10f4d9da36b /Gemfile
parent341293217aefc15a10fc81dfc1d7850f89acfb1f (diff)
downloadincommon-map-77d78b9023106cedd81703a1c6735e9109f631bb.tar.gz
Add Resource model
Resources will be stored as JSON, in the (GeoJSON) :feature column. They are assigned an UUID upon creation if they don't comme with one. They belong to an Agent.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index bccedcf..2d5228b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -28,6 +28,8 @@ gem 'jbuilder', '~> 2.7'
gem 'bitfields'
# Use Discourse API
gem 'discourse_api'
+# Enforce stable UUIDs for models
+gem 'uuid_parameter', '~> 0.2.5'
# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.4.2', require: false