Skip to content

Commit

Permalink
Fix: typo in seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
alepbloyd committed Aug 10, 2022
1 parent 32e8340 commit 5a4366f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
end

@merchants.each do |merchant|
@holiday_discounts << HolidayDiscount.create(holiday_name: "Christmas", percent_discount: 30, quantity_threshold: 2, merchant_id: merchant.id)git
@holiday_discounts << HolidayDiscount.create(holiday_name: "Christmas", percent_discount: 30, quantity_threshold: 2, merchant_id: merchant.id)
end

0 comments on commit 5a4366f

Please sign in to comment.