Hello Thani,
I tried that, but no luck.  The edit link that goes with delete link 
works fine.  It is shown below:

= link_to 'Edit', :controller => controller_name, :action => 'edit', :id 
=> rec.id


Corresponding routes.rb file snippet is shown below:
...
  resources :clients do
    member do
      get :set_current_client
    end
  end
...

It seems to me that it has something to do with unobstrusive jQuery 
interaction with HTML 5 forms since the only link that misbehaves is the 
delete/destroy link?
Thanks.
Bharat
-- 
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