list of changes and commit on current branch

This commit is contained in:
2022-12-03 21:25:12 +02:00
parent d7f55540b3
commit 236d10a768
4 changed files with 63 additions and 17 deletions

View File

@ -1,6 +1,7 @@
Merged::Engine.routes.draw do
get 'changes/index'
get 'changes/index'
post 'changes/commit'
get "styles/index"
resources :pages , except: [:show] , shallow: true do