We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57142ab commit 8c58c82Copy full SHA for 8c58c82
activerecord/CHANGELOG.md
@@ -11,7 +11,7 @@
11
Use of `Timeout.timeout` could result in improperly initialized database connection.
12
13
This could lead to a partially configured connection being used, resulting in various exceptions,
14
- the most common being with the PostgreSQLAdapter raising `undefined method `key?' for nil`
+ the most common being with the PostgreSQLAdapter raising `undefined method 'key?' for nil`
15
or `TypeError: wrong argument type nil (expected PG::TypeMap)`.
16
17
*Jean Boussier*
0 commit comments