Have an empty first-run tenant too

This commit is contained in:
David Heinemeier Hansson
2025-04-21 15:23:18 +02:00
parent 2bfead0381
commit dc12751192
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -4,3 +4,4 @@ raise "Seeding is just for development" unless Rails.env.development?
# Seed accounts
seed_account "37signals"
seed_account "honcho"
seed_account "first-run"
+1
View File
@@ -0,0 +1 @@
create_tenant "first-run"