README.md in automigration-1.0.2 vs README.md in automigration-1.0.3

- old
+ new

@@ -44,26 +44,9 @@ * integer * string * text * time -## Devise support - -ActiveRecord::Base supports all types of devise fields with prefix devise\_ - -``` ruby -class User < ActiveRecord::Base - devise :database_authenticatable, :rememberable, :trackable, :validatable, :recoverable - - has_fields do - devise_database_authenticatable :null => false - devise_rememberable - devise_trackable - devise_recoverable - end -end -``` - ## Timestamps By default in models with <tt>has_fields</tt> always columns updated_at and created_at created. To ignore use <tt>has_fields(:timestamps => false)</tt>