Add move operation for documents plugin

This commit is contained in:
Patrick Gansterer 2020-03-06 14:30:27 +01:00
parent 3fb3fa409b
commit 3a4519757e
10 changed files with 41 additions and 0 deletions

View file

@ -3,6 +3,7 @@ Rails.application.routes.draw do
scope '/:foodcoop' do
resources :documents do
get :move
get :new
get :new_folder
end