This commit is contained in:
Jorge Manrubia
2025-04-21 15:20:03 +02:00
parent ffdec1cc3b
commit 99dbc04e2c
+1 -1
View File
@@ -43,6 +43,6 @@ module Card::Searchable
private
# TODO: Temporary until we stabilize the search API
def title_and_description
[title, description.to_plain_text].join(" ")
[ title, description.to_plain_text ].join(" ")
end
end