1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 02:28:50 +01:00

Fix persistent devise login

This commit is contained in:
2019-08-28 11:14:32 +02:00
parent 6b1a28222f
commit 5dd59efe3d
4 changed files with 11 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
class AddRememberTokenToUsers < ActiveRecord::Migration[5.2]
def change
add_column :users, :remember_token, :string
end
end