8 lines
132 B
Ruby

FactoryGirl.define do
factory :seat do
table { FactoryGirl.create(:table) }
user { FactoryGirl.create(:user) }
end
end