Once deleting a Rate, the user should be redirected back to the user rate list. #1919
This commit is contained in:
@@ -108,7 +108,7 @@ class RatesController < ApplicationController
|
||||
@rate.destroy
|
||||
|
||||
respond_to do |format|
|
||||
format.html { redirect_to(rates_url) }
|
||||
format.html { redirect_to(rates_url(:user_id => @rate.user_id)) }
|
||||
format.xml { head :ok }
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user