1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

revised convention for lists of option in sqlite_adapter.rb

This commit is contained in:
Xavier Noria 2008-05-04 23:36:21 +02:00
parent 225212097e
commit aad45f920d

View file

@ -70,7 +70,7 @@ module ActiveRecord
#
# Options:
#
# * <tt>:database</tt> -- Path to the database file.
# * <tt>:database</tt> - Path to the database file.
class SQLiteAdapter < AbstractAdapter
def adapter_name #:nodoc:
'SQLite'