Skip to content

Commit

Permalink
Adding jdbcsqlite3 name in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
arunagw committed Apr 23, 2011
1 parent d59a950 commit 51854de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/generators/app_base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 51854de

Please sign in to comment.