mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
just require mysql2
This commit is contained in:
parent
95b9d71023
commit
3fc598095e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# encoding: utf-8
|
||||
|
||||
require 'mysql2' unless defined? Mysql2
|
||||
require 'mysql2'
|
||||
|
||||
module ActiveRecord
|
||||
class Base
|
||||
|
|
Loading…
Reference in a new issue