module DataMapper::Transaction::PostgresAdapter
Public Instance Methods
supports_savepoints?()
click to toggle source
# File lib/dm-transactions/adapters/dm-postgres-adapter.rb, line 9 def supports_savepoints? true end