Flowdock
method

last_inserted_id

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: Mysql2Adapter
last_inserted_id(result) 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 257
      def last_inserted_id(result)
        @connection.last_id
      end
Register or log in to add new notes.