app: remove leftovers of publish_validate route

The correponding code and feature have been removed a while ago.
This commit is contained in:
Pierre de La Morinerie 2021-09-02 19:50:29 +00:00
parent 0f9d7d6b8c
commit 3fc934c8fb
3 changed files with 1 additions and 3 deletions

View file

@ -205,7 +205,6 @@ Rails.application.routes.draw do
end
put 'archive' => 'procedures#archive', as: :archive
get 'publish_validate' => 'procedures#publish_validate', as: :publish_validate
put 'clone' => 'procedures#clone', as: :clone
end