sorcery icon indicating copy to clipboard operation
sorcery copied to clipboard

Fix timestamped_migrations method call since deprecated

Open phChun opened this issue 1 year ago • 0 comments

Per Rails 7.x,

DEPRECATION WARNING: ActiveRecord::Base.timestamped_migrations is deprecated and will be removed in Rails 7.1.
Use `ActiveRecord.timestamped_migrations` instead.   

This method was removed in Rails 7.1, breaking the sorcery installer. Following the guidance from the deprecation warning, the fix listed above works.

phChun avatar Mar 05 '23 13:03 phChun