invoice_keeper/app/models/client_file.rb

4 lines
62 B
Ruby

class ClientFile < ApplicationRecord
belongs_to :client
end