method

key=

key=(key)
public

No documentation available.

# File activerecord/lib/arel/tree_manager.rb, line 23
      def key=(key)
        @ast.key = Nodes.build_quoted(key)
      end