7 lines
196 B
Ruby
7 lines
196 B
Ruby
class Budget
|
|
class ValuatorGroupAssignment < ApplicationRecord
|
|
belongs_to :valuator_group, counter_cache: :budget_investments_count
|
|
belongs_to :investment, counter_cache: true
|
|
end
|
|
end
|