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 5ea6648550
commit f01dcb1354

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}