wrong place

This commit is contained in:
Peter Bhat Harkins 2022-08-11 00:31:27 -05:00
parent f3bcbb107e
commit 2e268e40d7
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)[...100])
description: Faker::Lorem.sentence(word_count: Random.rand(2..15))[...100]
)
url = Faker::Internet.url
description = nil