aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/actionpack/test/hello.builder
blob: 205ad8722f1e97eb652474a31554dd2d1f41994b (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true
xml.html do
  xml.p "Hello #{@name}"
  xml << render(file: "test/greeting")
end