Method: Effective::Resources::Naming#human_plural_name
- Defined in:
- app/models/effective/resources/naming.rb
#human_plural_name ⇒ Object
70 71 72 |
# File 'app/models/effective/resources/naming.rb', line 70 def human_plural_name name.pluralize.gsub('::', ' ').underscore.gsub('_', ' ') end |