card editing version one

This commit is contained in:
2022-11-30 23:49:23 +02:00
parent df5713e6fe
commit 204ab1abcc
12 changed files with 71 additions and 37 deletions

View File

@ -3,7 +3,6 @@ module Merged
def section_form(options)
url = section_url( @section.id)
puts "URL #{url}"
form_tag( url , {method: :patch}) do
yield
end