news section and page with links

This commit is contained in:
2023-01-08 23:48:20 +02:00
parent bcb02ea4a4
commit d522fc7600
9 changed files with 31 additions and 20 deletions

View File

@ -1,6 +1,6 @@
Rails.application.routes.draw do
mount Merged::Engine => "/merged"
get ":id" , to: "merged/view#view" , id: :id
get ":id" , to: "merged/view#page" , id: :id
end