1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/fixtures/test/content_for_concatenated.erb
2010-05-17 19:41:54 +04:00

3 lines
No EOL
95 B
Text

<% content_for :title, "Putting stuff "
content_for :title, "in the title!" -%>
Great stuff!