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