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