Kamrad117/targetprocess-ruby

View on GitHub
lib/target_process/entities/impediment_history.rb

Summary

Maintainability
A
0 mins
Test Coverage
module TargetProcess
  class ImpedimentHistory < Base
    belongs_to :entity_state
    belongs_to :modifier, 'GeneralUser'
    belongs_to :impediment
  end
end