Froze rails gems
[depot.git] / vendor / rails / actionpack / test / fixtures / functional_caching / inline_fragment_cached.html.erb
diff --git a/vendor/rails/actionpack/test/fixtures/functional_caching/inline_fragment_cached.html.erb b/vendor/rails/actionpack/test/fixtures/functional_caching/inline_fragment_cached.html.erb
new file mode 100644 (file)
index 0000000..87309b8
--- /dev/null
@@ -0,0 +1,2 @@
+<%= render :inline => 'Some inline content' %>
+<% cache do %>Some cached content<% end %>