diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2006-03-12 03:39:58 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2006-03-12 03:39:58 +0000 |
commit | de660957a50227ef71a7c16524ccec2c45b980b5 (patch) | |
tree | 6d864ad49e05350ebc6fc33d788edc5f1fc8ee72 /actionpack/test/fixtures | |
parent | 6e3e5cadfbd7db407364bf2571a5003cf3733480 (diff) | |
download | rails-de660957a50227ef71a7c16524ccec2c45b980b5.tar.gz rails-de660957a50227ef71a7c16524ccec2c45b980b5.tar.bz2 rails-de660957a50227ef71a7c16524ccec2c45b980b5.zip |
Added defaults to respond_to [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3842 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/fixtures')
3 files changed, 3 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/respond_to/using_defaults.rhtml b/actionpack/test/fixtures/respond_to/using_defaults.rhtml new file mode 100644 index 0000000000..6769dd60bd --- /dev/null +++ b/actionpack/test/fixtures/respond_to/using_defaults.rhtml @@ -0,0 +1 @@ +Hello world!
\ No newline at end of file diff --git a/actionpack/test/fixtures/respond_to/using_defaults.rjs b/actionpack/test/fixtures/respond_to/using_defaults.rjs new file mode 100644 index 0000000000..469fcd8e15 --- /dev/null +++ b/actionpack/test/fixtures/respond_to/using_defaults.rjs @@ -0,0 +1 @@ +page[:body].visual_effect :highlight
\ No newline at end of file diff --git a/actionpack/test/fixtures/respond_to/using_defaults.rxml b/actionpack/test/fixtures/respond_to/using_defaults.rxml new file mode 100644 index 0000000000..598d62e2fc --- /dev/null +++ b/actionpack/test/fixtures/respond_to/using_defaults.rxml @@ -0,0 +1 @@ +xml.p "Hello world!"
\ No newline at end of file |