diff options
Diffstat (limited to 'actionpack/test/fixtures/functional_caching/formatted_fragment_cached.xml.builder')
-rw-r--r-- | actionpack/test/fixtures/functional_caching/formatted_fragment_cached.xml.builder | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/fixtures/functional_caching/formatted_fragment_cached.xml.builder b/actionpack/test/fixtures/functional_caching/formatted_fragment_cached.xml.builder index efdcc28e0f..6599579740 100644 --- a/actionpack/test/fixtures/functional_caching/formatted_fragment_cached.xml.builder +++ b/actionpack/test/fixtures/functional_caching/formatted_fragment_cached.xml.builder @@ -1,5 +1,5 @@ xml.body do - cache do + cache("fragment") do xml.p "Builder" end end |