remove_keys()
private

No documentation available.

# File activerecord/lib/active_record/associations/belongs_to_polymorphic_association.rb, line 17
        def remove_keys
          super
          owner[reflection.foreign_type] = nil
        end