I am reading Obie''s book (again) and I am confused about a line on
page 450. This is the book that says "Covers Rails 2.0" in a yellow
circle on the cover.
The erb code is:
<% remote_form_for :addition, @addition, :url => additions_path
:update => ''result'' do |f|...
A snippet of the output of that erb is listed as:
<form action= "/additions/non_ajax_create"
method="post"...
The additions controller has only a new and create action.
What is non_ajax_create ?
Am I missing something or is that a typo?
Thanks in advance
BTW, it is a great book.
--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---