features/support/user.rb in acts_as_account-2.0.3 vs features/support/user.rb in acts_as_account-3.1.0

- old
+ new

@@ -1,3 +1,4 @@ class User < ActiveRecord::Base has_account -end \ No newline at end of file + has_account(:not_default) +end