search for: 2a9b3a8394f406523f33929918b93099

Displaying 1 result from an estimated 1 matches for "2a9b3a8394f406523f33929918b93099".

2006 Nov 04
4
how to get observe_field to use GET method?
Hi All. I am trying to set-up observe_field so that it uses the GET method (To work with a RESTful controller). <%= link_to_remote("Test", :update => "main", :url => { :controller => "projects", :action => "show", :id => "3"}, :method => "get" ) %> <%= observe_field("project_selector", :update