Flowdock
method

initialize_copy

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: DeleteStatement
initialize_copy(other) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/arel/nodes/delete_statement.rb, line 20
      def initialize_copy(other)
        super
        @relation = @relation.clone if @relation
        @wheres = @wheres.clone if @wheres
      end
Register or log in to add new notes.