Remove collection filtering where it's not needed

This commit is contained in:
Andy Smith
2025-08-28 12:22:48 -05:00
parent 5c42054004
commit 2036071ddd
6 changed files with 0 additions and 12 deletions
-2
View File
@@ -3,8 +3,6 @@ class WorkflowsController < ApplicationController
include FilterScoped
enable_collection_filtering only: %i[ new index ]
def index
@workflows = Workflow.all
end