This commit is contained in:
2025-05-27 01:40:13 +09:00
parent 41668fa894
commit c9c622635c
4 changed files with 156 additions and 25 deletions
+1
View File
@@ -24,6 +24,7 @@ Rails.application.routes.draw do
get "tags/create"
get "tags/update"
get "tags/destroy"
get 'tags/autocomplete', to: 'tags#autocomplete'
get "tag_aliases/index"
get "tag_aliases/show"
get "tag_aliases/create"