invoice_keeper/app/models/platform.rb

4 lines
60 B
Ruby

class Platform < ApplicationRecord
belongs_to :client
end