how did i break :method -> :delete
- by Tallboy
i refactored my entire application and gave it a whole new design. The one thing that seems to be broken is all the original link_to methods I had which were :method = :delete are now getting sent as a GET request.
The only thing I did that I can remember that might cause it is delete jquery-rails from the gemfile (I'm just getting it from google ajax).
Does anyone have any other ideas what I could have deleted?