diff options
author | Marius Peter <marius.peter@tutanota.com> | 2025-08-29 14:22:37 +0200 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2025-08-29 14:22:37 +0200 |
commit | 075665c588989ed0decdfb20d83f32b33eed4639 (patch) | |
tree | d9ec78be7338bd51c895b7fb311f081a7c77c45f /db/seeds/4_beds_and_rafts.rb | |
parent | 52b044d6a4278c229992404ad5801769c2d13363 (diff) |
Properly implement bed and raft management logic.
Diffstat (limited to 'db/seeds/4_beds_and_rafts.rb')
-rw-r--r-- | db/seeds/4_beds_and_rafts.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/seeds/4_beds_and_rafts.rb b/db/seeds/4_beds_and_rafts.rb index 0105260..1cd95dc 100644 --- a/db/seeds/4_beds_and_rafts.rb +++ b/db/seeds/4_beds_and_rafts.rb @@ -9,7 +9,7 @@ RAFTS = 10 when 3 then "hot peppers" when 4 then "chives" when 5 then "italian basil" - when 6..7 then "chinese cabbage" + when 6..7 then "cabbage, chinese" else "lettuce" end |