# File lib/dm-core/naming_conventions.rb, line 30
        def self.call(name)
          Extlib::Inflection.pluralize(Extlib::Inflection.underscore(name)).gsub('/','_')
        end