I dont get it but for some reason when i visit the site that i am working on and visiting this url in ie9 i get this error
Started GET "/wheels/5/change" for 208.104.677.174 at 2011-12-25 18:56:02 -0500
AbstractController::ActionNotFound (The action '55' could not be found for WheelsController):
all other browsers seem to work fine but IE9
here is my route for this
resources :wheels do
member do
post :default
post :change
end
end
but as you can see in IE its being sent as a get request….any ideas
Here is the link
<%= link_to 'Set', default_wheel_path(wheel), :confirm => 'Are you sure?', :method => :post %>
Links in Rails 3 now require JavaScript to be enabled and the jquery-ujs lib. Make sure you are including jquery and jquery-ujs in your layout.