We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67445f commit 55a2e1eCopy full SHA for 55a2e1e
db/seeds/members.rb
@@ -18,7 +18,7 @@
18
student_id: "F#{ Faker::Number.number(digits: 6) }",
19
birth_date: Faker::Date.between(from: 28.years.ago, to: 16.years.ago),
20
join_date: Faker::Date.between(from: 6.years.ago, to: Date.today),
21
- comments: (Faker::Boolean.boolean(true_ratio: 0.3) ? Faker::Hacker.say_something_smart : nil)
+ comments: (Faker::Boolean.boolean(true_ratio: 0.3) ? Faker::Hacker.say_something_smart : nil),
22
calendar_id: Faker::Internet.uuid
23
)
24
0 commit comments