Replace all occurrences of ActiveRecord::Base with ApplicationRecord
This commit is contained in:
committed by
Julian Herrero
parent
7ab602175a
commit
01c1ac2b10
@@ -1,5 +1,5 @@
|
||||
class Budget
|
||||
class ValuatorGroupAssignment < ActiveRecord::Base
|
||||
class ValuatorGroupAssignment < ApplicationRecord
|
||||
belongs_to :valuator_group, counter_cache: :budget_investments_count
|
||||
belongs_to :investment, counter_cache: true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user