diff --git a/app/controllers/guidances_controller.rb b/app/controllers/guidances_controller.rb index 1acc096..814c803 100644 --- a/app/controllers/guidances_controller.rb +++ b/app/controllers/guidances_controller.rb @@ -56,7 +56,7 @@ @guidance.text = params["guidance-text"] if @guidance.update_attributes(guidance_params) - redirect_to admin_show_guidance_path(params[:guidance]), notice: _('Guidance was successfully updated.') + redirect_to admin_edit_guidance_path(params[:guidance]), notice: _('Guidance was successfully updated.') else flash[:notice] = failed_update_error(@guidance, _('guidance')) @themes = Theme.all.order('title')