mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-07-28 17:03: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}" } } }
|