Skip to content

Commit

Permalink
Remove help_page schema references
Browse files Browse the repository at this point in the history
  • Loading branch information
georges1996 committed Oct 18, 2024
1 parent 1e01d23 commit 8f7b229
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/controllers/development_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def index
document_collection
fatality_notice
guide
help_page
html_publication
news_article
placeholder_corporate_information_page
Expand Down
1 change: 0 additions & 1 deletion app/presenters/document_collection_presenter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def group_document_link_public_updated_at(link)
disallowed_document_types = %w[answer
completed_transaction
guide
help_page
local_transaction
place
simple_smart_answer
Expand Down
1 change: 0 additions & 1 deletion test/presenters/document_collection_presenter_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ class PresentedDocumentCollection < TestCase
disallowed_document_types = %w[answer
completed_transaction
guide
help_page
local_transaction
place
simple_smart_answer
Expand Down

0 comments on commit 8f7b229

Please sign in to comment.