Files
rails/actionpack/test/fixtures/functional_caching/formatted_fragment_cached.xml.builder
2008-07-15 20:54:17 -05:00

6 lines
53 B
Ruby

xml.body do
cache do
xml.p "Builder"
end
end