1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
sinatra/sinatra-contrib/spec/content_for/footer.erb
Ilya Shindyapin 4422a1ad7c Added the test cases for content_for?
Signed-off-by: Ilya Shindyapin <ilya@shindyapin.com>
2011-12-15 16:27:19 -05:00

3 lines
No EOL
64 B
Text

<% if content_for? :foo %>
<%= yield_content :foo %>
<% end %>