aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/actionpack/test/hello_world_container.builder
blob: f0291694ee719d5af15bb277645e25956aa65948 (plain) (blame)
1
2
3
4
# frozen_string_literal: true
xml.test do
  render partial: "hello", locals: { xm: xml }
end