moving cards up and down

This commit is contained in:
2022-12-01 19:25:22 +02:00
parent 33ea800735
commit a4af2d6872
5 changed files with 58 additions and 2 deletions

View File

@ -12,6 +12,7 @@ Merged::Engine.routes.draw do
resources :cards do
get :select_image
get :set_image
get :move
end
end
end