This commit is contained in:
2026-04-02 01:43:39 +09:00
parent c28326b941
commit 6ed7f81151
10 changed files with 278 additions and 103 deletions
+1
View File
@@ -9,6 +9,7 @@ Rails.application.routes.draw do
resources :tags, only: [:index, :show, :update] do
collection do
get :autocomplete
get :'with-depth', action: :with_depth
scope :name do
get ':name/deerjikists', action: :deerjikists_by_name