6 lines
93 B
Ruby
6 lines
93 B
Ruby
# frozen_string_literal: true
|
|
|
|
FactoryBot.define do
|
|
factory :users_statistics do
|
|
end
|
|
end
|