Created
February 12, 2021 05:17
-
-
Save khash/0d08232796c143014922d5915b09d901 to your computer and use it in GitHub Desktop.
With Hotwire
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%= turbo_frame_tag :switch do %> | |
<%= button_to switch_path do %> | |
<%= switch.state %> | |
<%= hidden_field_tag :state, switch.state %> | |
<% end %> | |
<% end %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment