Module: Ardm::NamingConventions::Resource::Yaml
- Defined in:
- lib/ardm/support/naming_conventions.rb
Overview
module Underscored
Class Method Summary collapse
Class Method Details
.call(name) ⇒ Object
54 55 56 |
# File 'lib/ardm/support/naming_conventions.rb', line 54 def self.call(name) "#{Ardm::Inflector.pluralize(Ardm::Inflector.underscore(name))}.yaml" end |