mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-07-08 07:12:49 +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}" } } }
|