invoice_keeper/app/models/user_firm.rb

5 lines
79 B
Ruby

class UserFirm < ApplicationRecord
belongs_to :user
has_many :invoices
end