search for: vendors_titl

Displaying 1 result from an estimated 1 matches for "vendors_titl".

Did you mean: vendors_title
2009 Jan 18
2
InvalidAuthenticityToken error with remote_form_for
...|format| flash[:notice] = "New vendor #{@vendor.name} was saved!" format.html { redirect_to vendors_path } format.js end end end -- rjs : page.replace_html ''flasher'', flash[:notice] unless flash[:notice].blank? page.insert_html :after, ''vendors_title'', :partial => ''vendor'', :object => Vendor.find(:all, :order => ''name'') I tried adding sessions to my app with rake db:sessions:create and rake db:migrate, and I also enabled the :secret in my application.rb......