-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Devise 4.6.0 deprecated the `devise_error_messages!` helper method in favour if just rendering a partial including the library. [1] We can (optionally) copy that partial into our codebase, where we can edit it, and it will be preferentially used over the one in the gem code. However, the existing helper had no customisations so I didn't go down that route yet. [1] https://github.com/heartcombo/devise/blob/main/CHANGELOG.md#460---2019-02-07
- Loading branch information
1 parent
86f5180
commit 58675d4
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters