redirects to the right place

This commit is contained in:
ilya 2010-10-20 17:40:58 -07:00
parent 6fa82490c9
commit bec1842bed

View file

@ -99,7 +99,7 @@ class AspectsController < ApplicationController
flash[:error] = I18n.t 'aspects.add_to_aspect.failure'
end
redirect_to aspects_path(params[:aspect_id])
redirect_to aspect_path(params[:aspect_id])
end
def remove_from_aspect