lib/mls/models/account.rb in mls-0.2.49 vs lib/mls/models/account.rb in mls-0.2.50
- old
+ new
@@ -22,9 +22,12 @@
property :city, String
property :state, String
property :country, String
+ property :created_at, DateTime, :serialize => :false
+ property :updated_at, DateTime, :serialize => :false
+
property :auth_key, String, :serialize => false
exclude_from_comparison :password, :password_confirmation
attr_accessor :password_required