lots of path fixing
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user