hi friends...

Ajax problem....
please help me.
Ajax using delete the record

Browser Mozilla

my controller:

def delete
    Book.find(params[:id]).destroy
    redirect_to :action =>'book'
  end

my view:

<%= link_to_remote (image_tag("../images/delete_bt.gif", :border => 0)),
      :url =>{
           :controller=>"book",
           :action => 'delete',
           :id => s.id},
       :update=>"book#{s.id}",
       :loading=>"status('book#{s.id}')"
%>


Error....
uncaught exception: controls.js requires including script.aculo.us'
effects.js library

Line 0
-- 
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 rubyonrails-talk@googlegroups.com
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