I can't get the authorization delete working to save my life. In clicking the 'X' for delete, I get a 'GET' directive to authentications/ for that authentication. No confirmation popup, no delete directive.How I know where it's going: it hits the 'show' method of the controller.
The link_to documentation indicates that this will happen if javascript is not enabled, but javascript IS enabled, as are popups. Am I the only person with this problem?
I can't get the authorization delete working to save my life. In clicking the 'X' for delete, I get a 'GET' directive to authentications/ for that authentication. No confirmation popup, no delete directive.How I know where it's going: it hits the 'show' method of the controller.
The link_to documentation indicates that this will happen if javascript is not enabled, but javascript IS enabled, as are popups. Am I the only person with this problem?