respond_to do |format|
      if saved
        flash[:success] = t('flash.notice.model_updated', model: ResourceType.model_name.human)
        format.html { redirect_to(edit_resource_type_path(@resource_type)) }
        format.xml { head :ok }