I couldn't find in ar-octopus (https://github.com/tchandy/octopus) documentation, how can i perform a transaction.
When performing :
ActiveRecord::Base.connection.transaction do
Octopus.using(:shard, &block)
end
the code in the block isn't running in a transaction.
Please advise.