Remove dead Tag::Attachable code and tags prompt

The tags prompt was added for the Fizzy Do command system, but became
dead code when commands were removed in 89af9066. The commands_prompt
was cleaned up but tags_prompt was missed.

Remove the Tag::Attachable concern, Prompts::TagsController, its views
and route, and the tags_prompt helper. Tag still includes
ActionText::Attachable directly, which is needed by the data transfer
system.
This commit is contained in:
Mike Dalessio
2026-04-09 17:13:41 -04:00
parent 56f47361f9
commit 151787a864
8 changed files with 1 additions and 47 deletions
-1
View File
@@ -190,7 +190,6 @@ Rails.application.routes.draw do
namespace :prompts do
resources :cards
resources :tags
resources :users
resources :boards do