[#22] Fix generators to use t.authenticable as well.

This commit is contained in:
José Valim
2009-11-04 00:20:45 -02:00
parent e5be5326b4
commit 7cfc6078ea

View File

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