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