bad signature valid hack
This commit is contained in:
parent
41aa8ed10e
commit
326f17567e
1 changed files with 3 additions and 0 deletions
|
|
@ -23,4 +23,7 @@ class Profile
|
||||||
def person
|
def person
|
||||||
Person.first(:id => self.person_id)
|
Person.first(:id => self.person_id)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
##this needs to go once we move to Salmon
|
||||||
|
def signature_valid?; true; end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue