Rename admin proposal notifications controller

To be consistent with all the other controllers dealing with hidden
content, we use the word "hidden" in the controller class.
This commit is contained in:
Javi Martín
2020-06-15 12:02:17 +02:00
parent 539db4398a
commit 438a751599
9 changed files with 24 additions and 24 deletions

View File

@@ -44,7 +44,7 @@ namespace :admin do
end
end
resources :proposal_notifications, only: :index do
resources :hidden_proposal_notifications, only: :index do
member do
put :restore
put :confirm_hide