Update generated migration.

This commit is contained in:
José Valim
2010-04-02 20:37:54 +02:00
parent b033c8e938
commit 1e4394e361

View File

@@ -1,7 +1,7 @@
class DeviseCreate<%= table_name.camelize %> < ActiveRecord::Migration
def self.up
create_table(:<%= table_name %>) do |t|
t.authenticatable :encryptor => :sha1, :null => false
t.database_authenticatable :null => false
t.confirmable
t.recoverable
t.rememberable