Hi, I am using rxml to render the response of a request and I'd like to use rxml partials to dry things out.
The problem is that in the parent rxml view, Rails expects the partial to be an erb file which is incorrect. Trying the following did not work either as it still looked for an erb file render :partial => "post", :type => "rxml" Thanks -- 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.

