このコミットが含まれているのは:
2026-09-24 12:48:29 +09:00
コミット a0f1d0c4c3
3個のファイルの変更、33行の追加、1行の削除
+1 -1
ファイルの表示
@@ -1,5 +1,5 @@
Rails.application.routes.draw do
resources :nico_tags, path: 'tags/nico', only: [:index, :update]
resources :nico_tags, path: 'tags/nico', only: [:index, :show, :update]
scope 'tags/:parent_id/children', controller: :tag_children do
post ':child_id', action: :create