instance method begin_db_transaction

Ruby on Rails 3.1.12

Since v3.1.12 Last seen in v3.1.12

Signature

begin_db_transaction()

No documentation comment.

Source
# File activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb, line 321
      def begin_db_transaction
        execute "BEGIN"
      rescue Exception
        # Transactions aren't supported
      end

Defined in activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb line 321 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::ConnectionAdapters::Mysql2Adapter

Type at least 2 characters to search.

↑↓ navigate · open · esc close