You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ You can configure Solid Errors via the Rails configuration object, under the `so
160
160
* `sends_email` - Whether or not to send emails when an error occurs. See [Email notifications](#email-notifications) for more information.
161
161
* `email_from` - The email address to send a notification from. See [Email notifications](#email-notifications) for more information.
162
162
* `email_to` - The email address(es) to send a notification to. See [Email notifications](#email-notifications) for more information.
163
-
* `email_subject_prefix` - The subject prefix to use for email notifications. See [Email notifications](#email-notifications) for more information.
163
+
* `email_subject_prefix` - Prefix added to the subject line for email notifications. See [Email notifications](#email-notifications) for more information.
164
164
#### Database Configuration
165
165
166
166
`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