Skip to content

Commit 3232754

Browse files
maebealeclaude
andcommitted
Clarify payment seed header comment
rake db:seed:payments already runs the file on its own, so the prior 'can also be run independently' wording was confusing. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 1c391a3 commit 3232754

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

db/seeds/dev/payments.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Payment seeds (dev-only) - run via `rake db:seed:payments`, or as part of
2-
# `rake db:seed:dev`. Can also be run independently: "rails runner db/seeds/dev/payments.rb"
1+
# Payment seeds (dev-only) - run on their own via `rake db:seed:payments`, or
2+
# as part of `rake db:seed:dev`.
33

44
puts "Seeding Payments, Allocations, and Refunds..."
55

0 commit comments

Comments
 (0)