Colin Law wrote:
> Should that be :put?

No, I tested all possible variants: nothing helps.
<% form_tag(:action => "update",  :method => :put ) do %>
generates
<form action="/finders/6?method=put" method="post">
and doesn't work.

When I manually enter the URL http://localhost:3000/finders/6/update 
then update gets called.

But how to force form_tag to generate this action URL?
-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to