mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-28 03:00:29 -04:00
[#22] Fix generators to use t.authenticable as well.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user