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