Skip to content

Commit

Permalink
Removes document searches legacy files
Browse files Browse the repository at this point in the history
These files are no longer in use after transition to design system.
  • Loading branch information
farahTW authored and mtaylorgds committed Nov 21, 2023
1 parent ebd671b commit 4eea21f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 225 deletions.
109 changes: 0 additions & 109 deletions app/assets/javascripts/admin_legacy/modules/document_finder.js

This file was deleted.

56 changes: 0 additions & 56 deletions app/controllers/admin/document_searches_controller.rb

This file was deleted.

9 changes: 0 additions & 9 deletions app/helpers/admin/document_searches_helper.rb

This file was deleted.

8 changes: 0 additions & 8 deletions app/views/admin/document_searches/show.json.jbuilder

This file was deleted.

1 change: 0 additions & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def redirect(path, options = { prefix: Whitehall.router_prefix })
end

resources :authors, only: [:show]
resource :document_searches, only: [:show]

resources :document_collections, path: "collections", except: [:index] do
resources :document_collection_groups, as: :groups, path: "groups" do
Expand Down
42 changes: 0 additions & 42 deletions test/functional/admin/document_searches_controller_test.rb

This file was deleted.

0 comments on commit 4eea21f

Please sign in to comment.