Skip to content

Commit

Permalink
Update school_creator.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead authored May 8, 2024
1 parent 0a27609 commit 83cf096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/school_creator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def self.create_schools(number_of_schools, international: false)
school = School.create!(
name: Faker::Educator.university,
city: Faker::Address.city,
state: state,
state:,
country: country.alpha2,
website: Faker::Internet.url,
grade_level: grade_levels.sample,
Expand Down

0 comments on commit 83cf096

Please sign in to comment.