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