Skip to content

Commit

Permalink
adjust faker data for subscribers
Browse files Browse the repository at this point in the history
  • Loading branch information
Olanrewaju-Ak committed Dec 7, 2023
1 parent c3fb1f1 commit b44cd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/db/seeds.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'faker'


20.times do
10.times do
fn=Faker::Name.first_name
ln=Faker::Name.last_name
Subscriber.create(
Expand Down

0 comments on commit b44cd2e

Please sign in to comment.