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