explicitly require mysql so that the pure ruby library is not loaded

master^2
andrew 2008-11-25 18:03:37 -06:00
parent c58e109105
commit 407a68319e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#
# libraries used
%w(rubygems frankie active_record yaml memcache memcache_util).each do |lib|
%w(rubygems frankie mysql active_record yaml memcache memcache_util).each do |lib|
require lib
end
# require AR models