# File lib/cgikit/association.rb, line 15
    def new_with_keypath( keypath )
      as = Association.new
      as.keypath = keypath
      as._constant = false
      as
    end