i have this method helper:
def is_for_or_by_me message return true if message.user.id == current_user.id false end
And this partial: