6 lines
91 B
Ruby
6 lines
91 B
Ruby
# frozen_string_literal: true
|
|
|
|
FactoryBot.define do
|
|
factory :supporter_note do
|
|
end
|
|
end
|