I have an XML view in a rails app, and need to insert in XML from another file for testing purposes.
I want to say “builder, just stuff this string in blindly, because it’s already xml”, but I can’t see to see anything in the docs that does that.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I knew I’d figure it out right after posting a question. Using target! is the answer
Achieves the results desired.