instance method
rollback_to_savepoint
Ruby on Rails 3.1.12
Since v3.1.12 Last seen in v3.1.12Signature
rollback_to_savepoint()
No documentation comment.
Source
# File activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb, line 343
def rollback_to_savepoint
execute("ROLLBACK TO SAVEPOINT #{current_savepoint_name}")
end
Defined in activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb line 343
· View on GitHub
· Improve this page
· Find usages on GitHub