Method: Spider::Model::Storage::BaseStorage#do_commit
- Defined in:
- lib/spiderfw/model/storage/base_storage.rb
#do_commit ⇒ void
This method is abstract.
This method returns an undefined value.
Implemented by subclasses to interact with the backend
346 347 348 |
# File 'lib/spiderfw/model/storage/base_storage.rb', line 346 def do_commit raise StorageException, "The current storage does not support transactions" end |