makes models inherit from ApplicationRecord
This commit is contained in:
committed by
Julian Herrero
parent
1cec362ba7
commit
7ab602175a
@@ -1,5 +1,5 @@
|
||||
class Budget
|
||||
class ValuatorAssignment < ActiveRecord::Base
|
||||
class ValuatorAssignment < ApplicationRecord
|
||||
belongs_to :valuator, counter_cache: :budget_investments_count
|
||||
belongs_to :investment, counter_cache: true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user