Flowdock
method

last_inserted_id

Importance_0
v5.0.0.1 - Show latest stable - 0 notes - Class: DatabaseStatements
last_inserted_id(result) protected

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/mysql/database_statements.rb, line 72
        def last_inserted_id(result)
          @connection.last_id
        end
Register or log in to add new notes.