Use Admin in old rememberable tests.

This commit is contained in:
José Valim
2010-09-25 12:04:38 +02:00
parent 2aa1d2f3b7
commit 1ed674afa8
5 changed files with 119 additions and 118 deletions

View File

@@ -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