make posts have empty photos so reshared stop messing up

This commit is contained in:
Maxwell Salzberg 2012-02-10 13:45:41 -08:00
parent 6bc44f6f5a
commit 232e620637

View file

@ -72,6 +72,7 @@ class Post < ActiveRecord::Base
def raw_message; ""; end
def mentioned_people; []; end
def photos; []; end
def self.excluding_blocks(user)
people = user.blocks.map{|b| b.person_id}