lots of path fixing

This commit is contained in:
2022-11-29 12:07:10 +02:00
parent 8ddc7a01c8
commit 4136eaf282
23 changed files with 65 additions and 54 deletions

View File

@ -1,7 +1,7 @@
module Merged::SectionHelper
def section_form(options)
url = merge_page_section_url( @page.id , @section.id)
url = page_section_url( @page.id , @section.id)
puts "URL #{url}"
form_tag( url , {method: :patch}) do
yield