mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-08-02 03:13:33 +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}" } } }
|