From f380e08ab0a18510c81131150989917c88be151b Mon Sep 17 00:00:00 2001 From: zmagod Date: Fri, 24 Mar 2017 12:42:50 +0100 Subject: [PATCH] fixed hound --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 778651566..f319e13c5 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -117,7 +117,7 @@ Rails.application.routes.draw do get 'zip_exports/download/:id', to: 'zip_exports#download', as: 'zip_exports_download' - + resources :teams do resources :samples, only: [:new, :create] resources :sample_types, except: [:show, :new] do