method

begin_db_transaction

begin_db_transaction()
public

No documentation available.

# File activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb, line 309
      def begin_db_transaction
        execute "BEGIN"
      rescue
        # Transactions aren't supported
      end