Method: Og::SqlStore#last_insert_id

Defined in:
lib/og/store/sql.rb

#last_insert_id(klass = nil) ⇒ Object

Return the last inserted row id. – Override –



489
490
491
# File 'lib/og/store/sql.rb', line 489

def last_insert_id(klass = nil)
  # return last insert id
end