method
rollback_to_savepoint
Ruby on Rails latest stable (v3.2.13)
-
0 notes -
Class: ActiveRecord::ConnectionAdapters::MysqlAdapter
rollback_to_savepoint()
public
Hide source
# File activerecord/lib/active_record/connection_adapters/mysql_adapter.rb, line 487 def rollback_to_savepoint execute("ROLLBACK TO SAVEPOINT #{current_savepoint_name}") end


