Class: Effective::ApplicantEquivalence

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/effective/applicant_equivalence.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



27
28
29
# File 'app/models/effective/applicant_equivalence.rb', line 27

def to_s
  name.present? ? "#{model_name.human} from #{name}" : model_name.human
end