Remove collection filtering where it's not needed
This commit is contained in:
@@ -3,8 +3,6 @@ class WorkflowsController < ApplicationController
|
||||
|
||||
include FilterScoped
|
||||
|
||||
enable_collection_filtering only: %i[ new index ]
|
||||
|
||||
def index
|
||||
@workflows = Workflow.all
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user