instance method
begin_db_transaction
Ruby on Rails 3.2.22.5
Since v3.2.22.5 Last seen in v6.1.7.10Signature
begin_db_transaction()
No documentation comment.
Source
# File activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb, line 267
def begin_db_transaction
execute "BEGIN"
rescue Exception
# Transactions aren't supported
end
Defined in activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb line 267
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter