bugfix for how arel resolves compiler paths

This commit is contained in:
Brian Lopez 2010-08-02 01:21:09 -07:00
parent fc6c24a20c
commit 1086233cc3
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ module ActiveRecord
cattr_accessor :emulate_booleans
self.emulate_booleans = true
ADAPTER_NAME = 'MySQL2'
ADAPTER_NAME = 'Mysql2'
PRIMARY = "PRIMARY"
LOST_CONNECTION_ERROR_MESSAGES = [