mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-06 03:01:21 -04:00
Use Admin in old rememberable tests.
This commit is contained in:
@@ -16,6 +16,7 @@ class CreateTables < ActiveRecord::Migration
|
||||
|
||||
create_table :admins do |t|
|
||||
t.database_authenticatable :null => true, :encryptor => :bcrypt
|
||||
t.rememberable
|
||||
t.recoverable
|
||||
t.lockable
|
||||
t.timestamps
|
||||
|
||||
Reference in New Issue
Block a user