mirror of
https://github.com/mistergibson/gxg-framework.git
synced 2026-08-15 03:46:00 -07:00
5 lines
No EOL
72 B
Ruby
5 lines
No EOL
72 B
Ruby
#
|
|
if defined?(::External::Database::Mysql)
|
|
else
|
|
require "mysql2"
|
|
end |