On 5 August 2014 09:24, Martin Trummer <li...@ruby-forum.com> wrote:
> A form is not possible, because it's going to a different controller.
> That's the reason I'm using link_to

Please quote relevant parts of the previous message so that individual
messages make sense.  This is a mailing list, not a forum, though you
may be accessing it via a forum-like interface.

You can make a form submit to any controller you like.  You can
specify the controller action with form_for by using the :url option.
Or you can just use form_tag.

Colin

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLtN5kCNfyGuBVvXzBOSkpJT65Y9GjYKQZMoq9WKN4c91g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to