This commit is contained in:
2026-04-22 02:06:15 +09:00
parent 8ff1819d5a
commit 6b0d262040
8 changed files with 232 additions and 16 deletions
+4 -1
View File
@@ -6,7 +6,7 @@ Rails.application.routes.draw do
delete ':child_id', action: :destroy
end
resources :tags, only: [:index, :show, :update] do
resources :tags, only: [:index, :show] do
collection do
get :autocomplete
get :'with-depth', action: :with_depth
@@ -19,6 +19,9 @@ Rails.application.routes.draw do
end
member do
put '', action: :update_all
patch '', action: :update
get :deerjikists
end
end