From 8b09d8107c0cffa986aaf9589a98b616e8e29437 Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 9 Sep 2010 17:43:07 -0700 Subject: [PATCH] Add encryptable to profiles --- app/models/profile.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/profile.rb b/app/models/profile.rb index 486e99b96..509498037 100644 --- a/app/models/profile.rb +++ b/app/models/profile.rb @@ -3,6 +3,7 @@ class Profile require 'lib/diaspora/webhooks' include Diaspora::Webhooks include ROXML + include Encryptable xml_reader :person_id xml_accessor :first_name