baoagency / polaris_view_components

ViewComponents for Polaris Design System
https://polarisviewcomponents.org
MIT License
380 stars 53 forks source link

Does `Navigation` support `method: :delete`? #423

Closed remy727 closed 3 months ago

remy727 commented 4 months ago

I am migrating this to the Navigation component.

<%= button_to "Log out", destroy_user_session_path, method: :delete, data: { turbo: false }  %>

But the Navigation component only supports :get. Any workaround for this?