Hi,
I`m just learning how Ruby on Rails works.
So I`m just wondering if you can transfer data from a form to another
form with a different controller.
I got a simple form like this on the 'site' controller:
<% form_for :user do |form| %>
<%= form.text_field :Nick %>
<%= form.text_field :Name %>
<%= form.text_field :Email %>
<%= submit_tag "Next", :class => "submitb" %>
<% end %>
I don`t know what to write in the SiteController.
I want to send the data to another form on the 'user' controler. Is it
possible ?
Regards
--
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.