From 326f17567e8dd4e07506982ce94d081376204d5d Mon Sep 17 00:00:00 2001 From: maxwell Date: Tue, 24 Aug 2010 17:34:13 -0700 Subject: [PATCH] bad signature valid hack --- app/models/profile.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/models/profile.rb b/app/models/profile.rb index 9b4c81005..8ba7b4def 100644 --- a/app/models/profile.rb +++ b/app/models/profile.rb @@ -23,4 +23,7 @@ class Profile def person Person.first(:id => self.person_id) end + + ##this needs to go once we move to Salmon + def signature_valid?; true; end end