module Ardm::NamingConventions::Resource::Yaml
Public Class Methods
call(name)
click to toggle source
# File lib/ardm/support/naming_conventions.rb, line 54 def self.call(name) "#{Ardm::Inflector.pluralize(Ardm::Inflector.underscore(name))}.yaml" end