method

custom_update_sql_provided?

Importance_0
v7.1.3.4 - Show latest stable - 0 notes - Class: InsertAll
custom_update_sql_provided?() private

No documentation

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

Hide source
# File activerecord/lib/active_record/insert_all.rb, line 141
      def custom_update_sql_provided?
        @custom_update_sql_provided ||= Arel.arel_node?(on_duplicate)
      end
Register or log in to add new notes.