method
rollback_to_savepoint
v4.0.2 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::SQLite3Adapter
rollback_to_savepoint()public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb, line 358
def rollback_to_savepoint
execute("ROLLBACK TO SAVEPOINT #{current_savepoint_name}")
end