diff options
Diffstat (limited to 'actionview/test/fixtures/actionpack/layouts/xhr.html.erb')
-rw-r--r-- | actionview/test/fixtures/actionpack/layouts/xhr.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionview/test/fixtures/actionpack/layouts/xhr.html.erb b/actionview/test/fixtures/actionpack/layouts/xhr.html.erb new file mode 100644 index 0000000000..85285324ec --- /dev/null +++ b/actionview/test/fixtures/actionpack/layouts/xhr.html.erb @@ -0,0 +1,2 @@ +XHR! +<%= yield %>
\ No newline at end of file |