diff options
-rw-r--r-- | activerecord/lib/active_record/connection_adapters/connection_specification.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/connection_adapters/connection_specification.rb b/activerecord/lib/active_record/connection_adapters/connection_specification.rb index 049768effc..b316107e37 100644 --- a/activerecord/lib/active_record/connection_adapters/connection_specification.rb +++ b/activerecord/lib/active_record/connection_adapters/connection_specification.rb @@ -79,7 +79,7 @@ module ActiveRecord end # Returns name of the database. - # Sqlite3 expects this to be a full path or `:memory`. + # Sqlite3 expects this to be a full path or `:memory:`. def database if @adapter == 'sqlite3' if '/:memory:' == uri.path |