def stars
    if !current_user.nil? and current_user.id != params[:id].to_i
      redirect_to(stars_user_path(current_user)) and return
    end
    @dogs = User.find_by_id(params[:id]).starred_dogs