From e53449e001c2b8b5d66203914ae85b9ee9348e42 Mon Sep 17 00:00:00 2001 From: RubyOn Date: Wed, 23 Apr 2025 11:20:51 +0900 Subject: [PATCH] =?UTF-8?q?seed=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/seeds.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/seeds.rb b/db/seeds.rb index 8927ab7..22289d3 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -8,8 +8,8 @@ # MovieGenre.find_or_create_by!(name: genre_name) # end -Controller.create(name: "첫번째", station_id: 7) -Controller.create(name: "두번째", station_id: 8) +Controller.create(name: "3번방", station_id: 7) +Controller.create(name: "2번방", station_id: 8) (0..23).each do | h | Schedule.create!(controller_id: 1, hour: h, minute: 0, is_active: true, temperature: 15.0)