diff options
Diffstat (limited to 'actionpack/test/fixtures/customers/_commented_customer.html.erb')
-rw-r--r-- | actionpack/test/fixtures/customers/_commented_customer.html.erb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/customers/_commented_customer.html.erb b/actionpack/test/fixtures/customers/_commented_customer.html.erb new file mode 100644 index 0000000000..d5f6e3b491 --- /dev/null +++ b/actionpack/test/fixtures/customers/_commented_customer.html.erb @@ -0,0 +1,4 @@ +<%# I'm a comment %> +<% cache customer do %> + <%= customer.name %>, <%= customer.id %> +<% end %>
\ No newline at end of file |