Skip to content

Commit

Permalink
Update db/seed_data.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead authored May 10, 2024
1 parent 9efdd79 commit b77845a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/seed_data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b77845a

Please sign in to comment.