Adding jdbcsqlite3 name in comment.

This commit is contained in:
Arun Agrawal 2011-04-24 01:59:20 +05:30
parent d59a9507cb
commit 51854de52c

@ -158,7 +158,7 @@ def rails_gemfile_entry
end
def gem_for_database
# %w( mysql oracle postgresql sqlite3 frontbase ibm_db jdbcmysql)
# %w( mysql oracle postgresql sqlite3 frontbase ibm_db jdbcmysql jdbcsqlite3)
case options[:database]
when "oracle" then "ruby-oci8"
when "postgresql" then "pg"