# == Schema Information
#
# Table name: splash_logs
#
# id :integer not null, primary key
# destination :string
# created_at :datetime not null
# updated_at :datetime not null
#
FactoryBot.define do
factory :splash_log do
end
end