6 lines
111 B
Ruby
6 lines
111 B
Ruby
class TvableTvaRate < ApplicationRecord
|
|
belongs_to :tvable, :polymorphic => true
|
|
belongs_to :tva_rate
|
|
|
|
end
|