lib/generators/data_mapper/devise_generator.rb in dm-devise-2.0.1 vs lib/generators/data_mapper/devise_generator.rb in dm-devise-2.1.0

- old
+ new

@@ -51,9 +51,12 @@ # property :unlock_token, String # Only if unlock strategy is :email or :both # property :locked_at, DateTime ## Token authenticatable # property :authentication_token, String, :length => 255 + + ## Invitable + # property :invitation_token, String, :length => 255 RUBY end end end end