Method: Upmin::Model#humanized_name
- Defined in:
- lib/upmin/model.rb
#humanized_name(type = :plural) ⇒ Object
delegate(:humanized_name, to: :class)
91 92 93 |
# File 'lib/upmin/model.rb', line 91 def humanized_name(type = :plural) return self.class.humanized_name(type) end |