trestle
trestle copied to clipboard
Show Tab which is excluded from main form tag
Sometimes we need separate tab which should be outside the main <form>
tag of show view.
This is needed to define other <form>
(to avoid nested form) or to use Rails turbo/Stimulus controllers correctly.
Did you ever figure out how to do this cleanly?