24 25 26 27 28 29
# File 'lib/no_brainer/query_runner.rb', line 24 def stack case NoBrainer::Config.driver when :regular then normal_stack when :em then em_stack end end