bad signature valid hack

This commit is contained in:
maxwell 2010-08-24 17:34:13 -07:00
parent 41aa8ed10e
commit 326f17567e

View file

@ -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