# File lib/dm-core/naming_conventions.rb, line 48 def self.call(name) Extlib::Inflection.pluralize(Extlib::Inflection.underscore(name)) + ".yaml" end