Flowdock
method

last_inserted_id

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: ActiveRecord::ConnectionAdapters::SQLite3Adapter
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/sqlite3_adapter.rb, line 326
      def last_inserted_id(result)
        @connection.last_insert_row_id
      end
Register or log in to add new notes.