metamaps--metamaps/spec/factories/attachments.rb
2018-11-17 06:59:20 -08:00

7 lines
132 B
Ruby

# frozen_string_literal: true
FactoryGirl.define do
factory :attachment do
association :attachable, factory: :topic
end
end