Method: CommonName::ClassMethods#common_human

Defined in:
lib/common_name.rb

#common_humanObject

“bus company”

Unlike humanize, this is lowercase.



57
# File 'lib/common_name.rb', line 57

def common_human;             _COMMON_HUMAN           ||= common_title.downcase;                                                    end