Add pagination to most places and fix cards pagination

This commit is contained in:
Stanko K.R.
2025-12-09 12:43:45 +01:00
parent eb787fb590
commit f3ff0c605e
8 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ class TagsControllerTest < ActionDispatch::IntegrationTest
end
test "index as JSON" do
tags = users(:kevin).account.tags.all.alphabetically
tags = users(:kevin).account.tags.alphabetically
get tags_path, as: :json
assert_response :success