mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-27 10:08:11 +08:00
Remove experiments index
This commit is contained in:
parent
edafcaeed6
commit
affc429496
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ Rails.application.routes.draw do
|
|||
get 'users/edit', to: 'user_projects#index_edit'
|
||||
end
|
||||
|
||||
resources :experiments, only: [:show] do
|
||||
resources :experiments do
|
||||
member do
|
||||
get 'canvas' # Overview/structure for single experiment
|
||||
get 'canvas/edit', to: 'canvas#edit' # AJAX-loaded canvas edit mode (from canvas)
|
||||
|
|
Loading…
Reference in a new issue