thatcher_app/app/models/tvable_tva_rate.rb
2019-11-11 16:11:03 +01:00

6 lines
111 B
Ruby

class TvableTvaRate < ApplicationRecord
belongs_to :tvable, :polymorphic => true
belongs_to :tva_rate
end