From b77845a03404224df957365344ec2d03db7ae198 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Fri, 10 May 2024 23:19:49 +0200 Subject: [PATCH] Update db/seed_data.rb --- db/seed_data.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/seed_data.rb b/db/seed_data.rb index ce084203..fb5c9c03 100644 --- a/db/seed_data.rb +++ b/db/seed_data.rb @@ -169,7 +169,7 @@ def self.teachers application_status: "Validated", school: School.find_by(name: "UC Berkeley"), - # Note: email field does not exist in the new schema of the Teacher model + # Note: email field does not exist in the schema of the Teacher model # Include it in the seed data is to simulate the behavior of creating a new teacher, # because we need to use it to compared with the EmailAddress model, # to determine the existence of the teacher