Skip to content

Commit

Permalink
Update seeds.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Lelievre-david committed Dec 20, 2024
1 parent d5ddf44 commit 60e0dab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@
plant_stage: Plant.last.plant_stages.last,
comment: Faker::Movies::LordOfTheRings.quote,
due_date: Date.current + 2.months,
quantity: 200
quantity: 200,
temperature: 'Froid',
photoperiod: 16
)

# RequestDistributions
Expand Down

0 comments on commit 60e0dab

Please sign in to comment.