New plants

This commit is contained in:
2023-07-03 17:43:02 +03:00
parent 99ccfb81d7
commit df436c286c
3 changed files with 51 additions and 2 deletions

View File

@@ -23,6 +23,8 @@
"Lettuce": :lettuce,
"Tomato": :tomato,
"Cabbage": :cabbage,
"White Cabbage": :white_cabbage,
"Red Cabbage": :red_cabbage,
"Pumpkin": :pumpkin,
"Zucchini": :zucchini,
"Cucumber": :cucumber,
@@ -31,7 +33,14 @@
"Bean": :bean,
"Parsnip": :parsnip,
"Carrot": :carrot,
"Beetroot": :beetroot
"Beetroot": :beetroot,
"Rhubarb": :rhubarb,
"Kale": :kale,
"Cauliflower": :cauliflower,
"Broccoli": :broccoli,
"Portulak": :portulak,
"Green Onions": :green_onions
],
prompt: "Choose a value" %>
<%= error_tag f, :plant %>