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
|
||||
Person.first(:id => self.person_id)
|
||||
end
|
||||
|
||||
##this needs to go once we move to Salmon
|
||||
def signature_valid?; true; end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue