method
begin_db_transaction
Ruby on Rails latest stable (v3.2.13)
-
0 notes -
Class: ActiveRecord::ConnectionAdapters::SQLiteAdapter
begin_db_transaction()
public
Hide source
# File activerecord/lib/active_record/connection_adapters/sqlite_adapter.rb, line 313 def begin_db_transaction #:nodoc: log('begin transaction',nil) { @connection.transaction } end


