mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-08-01 10:53:27 +00:00
3 lines
112 B
Ruby
3 lines
112 B
Ruby
|
# frozen_string_literal: true
|
||
|
Fabricator(:inferred_concept) { name { sequence(:name) { |i| "concept_#{i}" } } }
|