wedding-planner/app/models/tables_arrangement.rb

4 lines
66 B
Ruby

class TablesArrangement < ApplicationRecord
has_many :seats
end