aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/actionpack/test/non_erb_block_content_for.builder
blob: 4db7d66d902bb86155bd4759259a834b8274b9bd (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true
content_for :title do
  "Putting stuff in the title!"
end
xml << "Great stuff!"