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