2
0

Use default action of persisted records on edit forms (#35904)

This commit is contained in:
Matt Jankowski
2025-08-25 13:26:25 -04:00
committed by GitHub
parent 3c17ccab37
commit 4738a18e52
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
- content_for :page_title do
= t('admin.domain_blocks.edit')
= simple_form_for @domain_block, url: admin_domain_block_path(@domain_block), method: :put do |form|
= simple_form_for @domain_block, url: admin_domain_block_path(@domain_block) do |form|
= render 'shared/error_messages', object: @domain_block
= render form