We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9c87b commit ebefe51Copy full SHA for ebefe51
README.md
@@ -101,7 +101,7 @@ end
101
#### Configure Connection
102
103
The adapter conforms to the AbstractAdapter interface to configure connections. If you require additional connection
104
-configuration then implement the `additional_connection_configuration` method in an initializer like so. In the following
+configuration then implement the `configure_connection` method in an initializer like so. In the following
105
example we are setting the `TEXTSIZE` to 64 megabytes.
106
107
```ruby
0 commit comments