about summary refs log tree commit diff
path: root/db/seeds.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-10-15 12:37:43 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-10-15 12:37:43 +0200
commit4d336ceface783c255e62220cfa76812630ff1a1 (patch)
tree72407fd4b5368d3e8cdfd4c85ae928a654d8d261 /db/seeds.rb
parent20f581f79669118a1a4052408078d53c7bbe83f2 (diff)
Add sync command for neo4j, fix configuration, add neo4j to docker-compose, fix seed
Diffstat (limited to 'db/seeds.rb')
-rw-r--r--db/seeds.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/seeds.rb b/db/seeds.rb
index c2bf6a16e..7e8ee8e44 100644
--- a/db/seeds.rb
+++ b/db/seeds.rb
@@ -1,2 +1,2 @@
 web_app = Doorkeeper::Application.new(name: 'Web', superapp: true, redirect_uri: Doorkeeper.configuration.native_redirect_uri)
-web_app.save(validate: false)
+web_app.save!