diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2013-12-07 16:32:38 -0800 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2013-12-07 16:32:38 -0800 |
commit | 99975e742eb2636cd814f2c9de21f4bd3c3dbbc7 (patch) | |
tree | 5d177ccb109ab88f4a659f5afdd3712497f207e0 /actionpack/test/fixtures | |
parent | a16fa9abfd0b34026b04f4ceeb0b75e63609a74a (diff) | |
download | rails-99975e742eb2636cd814f2c9de21f4bd3c3dbbc7.tar.gz rails-99975e742eb2636cd814f2c9de21f4bd3c3dbbc7.tar.bz2 rails-99975e742eb2636cd814f2c9de21f4bd3c3dbbc7.zip |
Variants can be declared without a block to signify their presence in the controller
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r-- | actionpack/test/fixtures/respond_to/variant_plus_none_for_format.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/respond_to/variant_plus_none_for_format.html.erb b/actionpack/test/fixtures/respond_to/variant_plus_none_for_format.html.erb new file mode 100644 index 0000000000..c86c3f3551 --- /dev/null +++ b/actionpack/test/fixtures/respond_to/variant_plus_none_for_format.html.erb @@ -0,0 +1 @@ +none
\ No newline at end of file |