-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use ActiveRecord.timestamped_migrations (#352)
* Remove duplicate method in InstallGenerator There's no need to call `inject_sorcery_to_model` in the previous method, since the generators execute all public methods in order. * Update CHANGELOG.md * Use ActiveRecord.timestamped_migrations Replace ActiveRecord::Base.timestamped_migrations with the newer ActiveRecord.timestamped_migrations * Update CHANGELOG.md * Improve compatibility * Fix method scope --------- Co-authored-by: Josh Buker <[email protected]>
- Loading branch information
Showing
2 changed files
with
10 additions
and
1 deletion.
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