Is there a way to have the equivalent of
<%= link_to "Continue", "/profile" %>
but with a button_to? From what I understand you have to use a rails route. like new_user_path or something.
I was thinking something like this
<%= button_to "Continue", "/profile", method: :get %>
let me know if it's possible, and if not then some maybe my best alternative... Thanks