In my view I wrote the following :
<% form_for [@academy, @ecourse ], :url => { :action =>
“update” }, :html => {:method => :put} do |f| %>
but it’s generating the html code :
rather than action : /academies/1/ecourses/4… and the method is
still ‘post’
I am sure to be wrong but where ?
thanks fyh
erwin