Skip to content

Commit 7d23ef2

Browse files
compwronCopilot
andauthored
Update app/controllers/case_contacts/case_contacts_new_design_controller.rb
Co-authored-by: Copilot <[email protected]>
1 parent f7b0bd2 commit 7d23ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/case_contacts/case_contacts_new_design_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def index
88
def datatable
99
authorize CaseContact
1010
case_contacts = policy_scope(current_organization.case_contacts)
11-
datatable = CaseContacDatatable.new case_contacts, params
11+
datatable = CaseContactDatatable.new case_contacts, params
1212

1313
render json: datatable
1414
end

0 commit comments

Comments
 (0)