Closed remy727 closed 4 months ago
I am migrating this to the Navigation component.
Navigation
<%= button_to "Log out", destroy_user_session_path, method: :delete, data: { turbo: false } %>
But the Navigation component only supports :get. Any workaround for this?
:get
I am migrating this to the
Navigation
component.But the Navigation component only supports
:get
. Any workaround for this?