Don't use fixtures as seeds

Otherwise each new deployment starts out with dev data instead of going
through the first run flow.
This commit is contained in:
Kevin McConnell
2025-01-06 10:58:09 +00:00
parent 6df4637309
commit 67f4038d46
-2
View File
@@ -1,2 +0,0 @@
# Start from fixtures
Rake.application["db:fixtures:load"].invoke