Skip to content

Commit

Permalink
Remove action, route and view
Browse files Browse the repository at this point in the history
  • Loading branch information
avinhurry committed Feb 6, 2025
1 parent c408aa9 commit 572d686
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions app/controllers/candidate_interface/content_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,5 @@ def guidance_for_using_ai
def complaints
render 'content/complaints'
end

def providers; end
end
end
10 changes: 0 additions & 10 deletions app/views/candidate_interface/content/providers.html.erb

This file was deleted.

1 change: 0 additions & 1 deletion config/routes/candidate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
get '/cookies', to: 'content#cookies_page', as: :cookies
get '/make-a-complaint', to: 'content#complaints', as: :complaints
get '/privacy-policy', to: 'content#privacy_policy', as: :privacy_policy
get '/providers', to: 'content#providers', as: :providers
get '/terms-of-use', to: 'content#terms_candidate', as: :terms
get '/guidance-for-using-ai', to: 'content#guidance_for_using_ai'
post '/feedback-survey' => 'rejection_feedback_survey#new', as: :rejection_feedback_survey
Expand Down

0 comments on commit 572d686

Please sign in to comment.