Fix tag test

This commit is contained in:
Jose Farias
2024-10-21 15:50:15 -06:00
committed by Jeremy Daer
parent 128fc22eb1
commit d2667ba04a
-1
View File
@@ -2,7 +2,6 @@ class TagsController < ApplicationController
include BucketScoped
before_action :set_bubble, only: %i[ new create ]
skip_before_action :set_bucket, only: :destroy
def index
@tags = Current.account.tags.order(:title)