Fix build

This commit is contained in:
Raphael 2010-11-18 16:06:44 -08:00
parent 6841ffbecc
commit 5a2b3cd0a7

View file

@ -85,7 +85,7 @@ module Diaspora
end
def request_for(to_person)
Request.first(:from_id => self.person.id, :to_id => to_person.id).first
Request.first(:from_id => self.person.id, :to_id => to_person.id)
end
end
end