sadem_app/app/models/tvable_tva_rate.rb
Nicolas Bally 000500e534 init
2020-02-25 02:33:11 +01:00

6 lines
111 B
Ruby

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