method
custom_update_sql_provided?
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::InsertAll
custom_update_sql_provided?()private
No documentation available.
# File activerecord/lib/active_record/insert_all.rb, line 145
def custom_update_sql_provided?
@custom_update_sql_provided ||= Arel.arel_node?(on_duplicate)
end