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