Flowdock
method

insert_sql

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: Mysql2Adapter
insert_sql(sql, name = nil, pk = nil, id_value = nil, sequence_name = nil) 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/active_record/connection_adapters/mysql2_adapter.rb, line 238
      def insert_sql(sql, name = nil, pk = nil, id_value = nil, sequence_name = nil)
        super
        id_value || @connection.last_id
      end
Register or log in to add new notes.