Merge branch 'master' of github.com:diaspora/diaspora
This commit is contained in:
commit
559b6cd02f
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