diff options
author | Matt Jones <al2o3cr@gmail.com> | 2009-02-24 10:38:07 -0600 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2009-02-24 10:38:07 -0600 |
commit | b35562f432d0807517a614a540026c2fc557e2ac (patch) | |
tree | 5b6b797ce782ced42463793c7d1aa6d293d2b8d1 /actionpack/test/fixtures/layouts | |
parent | 53cd102b39eb62567298430cbd94e40dd78d46a0 (diff) | |
download | rails-b35562f432d0807517a614a540026c2fc557e2ac.tar.gz rails-b35562f432d0807517a614a540026c2fc557e2ac.tar.bz2 rails-b35562f432d0807517a614a540026c2fc557e2ac.zip |
correctly handle layouts for AJAX requests and regular js files [#2052 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
Diffstat (limited to 'actionpack/test/fixtures/layouts')
-rw-r--r-- | actionpack/test/fixtures/layouts/xhr.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/layouts/xhr.html.erb b/actionpack/test/fixtures/layouts/xhr.html.erb new file mode 100644 index 0000000000..85285324ec --- /dev/null +++ b/actionpack/test/fixtures/layouts/xhr.html.erb @@ -0,0 +1,2 @@ +XHR! +<%= yield %>
\ No newline at end of file |