mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
fixed hound
This commit is contained in:
parent
023b3213e8
commit
f380e08ab0
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ Rails.application.routes.draw do
|
||||||
get 'zip_exports/download/:id',
|
get 'zip_exports/download/:id',
|
||||||
to: 'zip_exports#download',
|
to: 'zip_exports#download',
|
||||||
as: 'zip_exports_download'
|
as: 'zip_exports_download'
|
||||||
|
|
||||||
resources :teams do
|
resources :teams do
|
||||||
resources :samples, only: [:new, :create]
|
resources :samples, only: [:new, :create]
|
||||||
resources :sample_types, except: [:show, :new] do
|
resources :sample_types, except: [:show, :new] do
|
||||||
|
|
Loading…
Reference in a new issue