Replace all occurrences of ActiveRecord::Base with ApplicationRecord

This commit is contained in:
Angel Perez
2018-05-03 11:27:48 -04:00
committed by Julian Herrero
parent 7ab602175a
commit 01c1ac2b10
18 changed files with 18 additions and 18 deletions

View File

@@ -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