Merge branch 'master' of github.com:diaspora/diaspora

This commit is contained in:
Raphael 2010-08-24 17:43:35 -07:00
commit 559b6cd02f

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