Skip to content

Commit 77f1c58

Browse files
committed
added new line before Database Configuration section
1 parent 13ff054 commit 77f1c58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ You can configure Solid Errors via the Rails configuration object, under the `so
161161
* `email_from` - The email address to send a notification from. See [Email notifications](#email-notifications) for more information.
162162
* `email_to` - The email address(es) to send a notification to. See [Email notifications](#email-notifications) for more information.
163163
* `email_subject_prefix` - Prefix added to the subject line for email notifications. See [Email notifications](#email-notifications) for more information.
164+
164165
#### Database Configuration
165166

166167
`config.solid_errors.connects_to` takes a custom database configuration hash that will be used in the abstract `SolidErrors::Record` Active Record model. This is required to use a different database than the main app. For example:

0 commit comments

Comments
 (0)