consul/consul

View on GitHub
app/models/budget/valuator_group_assignment.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Budget
  class ValuatorGroupAssignment < ApplicationRecord
    belongs_to :valuator_group, counter_cache: :budget_investments_count
    belongs_to :investment, counter_cache: true
  end
end