Add sequential_id to calculate auto incrementing submission id

This commit is contained in:
2020-04-12 23:18:55 +02:00
parent 38166282a7
commit bffed7a606
5 changed files with 18 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ gem 'aws-sdk-s3', require: false
gem 'google-api-client'
gem 'rack-cors'
gem 'sentry-raven'
gem 'sequenced'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console