adjust shared templates
This commit is contained in:
@@ -91,6 +91,7 @@ Rails.application.routes.draw do
|
||||
resource :templates_upload, only: %i[show], path: 'new'
|
||||
end
|
||||
resources :templates_archived, only: %i[index], path: 'templates/archived'
|
||||
resources :templates_shared, only: %i[index], path: 'templates/shared'
|
||||
resources :folders, only: %i[show edit update destroy], controller: 'template_folders'
|
||||
resources :template_sharings_testing, only: %i[create]
|
||||
resources :templates, only: %i[index], controller: 'templates_dashboard'
|
||||
|
||||
Reference in New Issue
Block a user