Module: Plug::Concerns::ModelHelpers::ClassMethods
- Defined in:
- app/models/plug/concerns/model_helpers.rb
Instance Method Summary collapse
Instance Method Details
#humanized_class_name ⇒ Object
39 40 41 |
# File 'app/models/plug/concerns/model_helpers.rb', line 39 def humanized_class_name self.name.demodulize.underscore.humanize.capitalize end |