method
exec_rollback_to_savepoint
v4.2.7 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::Savepoints
exec_rollback_to_savepoint(name = current_savepoint_name)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/abstract/savepoints.rb, line 12
def exec_rollback_to_savepoint(name = current_savepoint_name)
execute("ROLLBACK TO SAVEPOINT #{name}")
end