From 4776f4810efca338745ff4b51f7e6903cc968bf3 Mon Sep 17 00:00:00 2001 From: danielvincent <danielgrippi@gmail.com> Date: Thu, 28 Oct 2010 17:11:46 -0700 Subject: [PATCH] fixed failing spec for photos_controller#edit --- app/controllers/photos_controller.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/controllers/photos_controller.rb b/app/controllers/photos_controller.rb index eda00b1445..3216fdf4cf 100644 --- a/app/controllers/photos_controller.rb +++ b/app/controllers/photos_controller.rb @@ -111,9 +111,7 @@ class PhotosController < ApplicationController respond_with @photo else flash[:error] = I18n.t 'photos.update.error' - @album = @photo.album - set_friends_and_status - render :edit + redirect_to [:edit, @photo] end end end -- GitLab