fit bounds

This commit is contained in:
Peter Bhat Harkins 2022-08-11 00:24:47 -05:00
parent 1d75ce2c0e
commit f3bcbb107e
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class FakeDataGenerator
tag ||= Tag.create!(
tag: tag_name,
category: category,
description: Faker::Lorem.sentence(word_count: Random.rand(2..15))
description: Faker::Lorem.sentence(word_count: Random.rand(2..15)[...100])
)
url = Faker::Internet.url
description = nil