Here''s the scenario... there are a lot of models in use in this one controller, so I want to separate responsibility for remote calls into different controllers. some_controller has a view with a list of Foo objects. some_controller has a form to create a new Foo object. some_controller has an RJS template for the add_foo action to update its view. foo_ajax_controller has an add_foo action. Is there a way that some_controller can invoke foo_ajax_controller#add_foo, and have it render some_controller''s ''add_foo.rjs''? -- 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 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 -~----------~----~----~----~------~----~------~--~---