Skip to content

Instantly share code, notes, and snippets.

@robyurkowski
Created December 9, 2014 14:21
Show Gist options
  • Save robyurkowski/970fbb0a88997d430271 to your computer and use it in GitHub Desktop.
Save robyurkowski/970fbb0a88997d430271 to your computer and use it in GitHub Desktop.
override skywalker transaction for non-transactional ORMs
require 'skywalker/command'
module Skywalker
class Command
def transaction(&block)
block.call
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment