Merge pull request #2829 from basecamp/remove-tag-attachable

Remove dead Tag::Attachable code and tags prompt
This commit is contained in:
Stanko Krtalić
2026-04-10 09:05:48 +02:00
committed by GitHub
9 changed files with 8 additions and 54 deletions
@@ -1,12 +0,0 @@
require "test_helper"
class Prompts::TagsControllerTest < ActionDispatch::IntegrationTest
setup do
sign_in_as :kevin
end
test "index" do
get prompts_tags_path
assert_response :success
end
end