# File lib/em-synchrony/activerecord.rb, line 44 def configure_connection nil end
# File lib/em-synchrony/activerecord.rb, line 66 def decrement_open_transactions real_connection.open_transactions -= 1 end
# File lib/em-synchrony/activerecord.rb, line 62 def increment_open_transactions real_connection.open_transactions += 1 end
# File lib/em-synchrony/activerecord.rb, line 58 def open_transactions real_connection.open_transactions end
Generated with the Darkfish Rdoc Generator 2.