This commit is contained in:
David Heinemeier Hansson
2025-04-13 08:11:25 +02:00
parent 4ef46ccd19
commit 7b60748796
+1 -1
View File
@@ -2,7 +2,7 @@ class Cards::TaggingsController < ApplicationController
include CardScoped
def new
@tags = Tag.alphabetically
@tags = Tag.all.alphabetically
end
def create