I have a view for a controller called \"show\". Inside that view, i want to render the contents of another controller\'s view - and obviously, the logic for the form on that vi
I'm not sure I understand your problem statement fully (why this must be done from the view), but I'd say you just call redirect_to from controller A to controller B.