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
Just ran a migration using the generated template and got this deprecation notice:
DEPRECATION WARNING: Directly inheriting from ActiveRecord::Migration is deprecated. Please specify the Rails release the migration was written for:
class DeviseTokenAuthCreateUsers < ActiveRecord::Migration[4.2] (called from <main> at bin/rake:4)
Let me know if you want a PR to fix and I'll cook something up.
The text was updated successfully, but these errors were encountered:
Just ran a migration using the generated template and got this deprecation notice:
Let me know if you want a PR to fix and I'll cook something up.
The text was updated successfully, but these errors were encountered: