I have a PATCH link that works normally when people click on it... but for some reason, when a user clicks on the link to open in a new tab, I get a routing error saying this path does not exist for GET.
<%= link_to "Create Note", member_create_tnote_path, method: :patch, class: 'btn btn-default' %>
I've confirmed its happening on more than one machine... I'm baffled...