aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2013-12-31 09:57:09 -0800
committerDavid Heinemeier Hansson <david@loudthinking.com>2013-12-31 09:57:09 -0800
commitb5fdeaac557925830210d26b00f30dccfa802127 (patch)
tree091b3b67dc7978468bc0be6b724e8db14ea2ae5b /actionpack/test/fixtures
parentc4fb191a4cc246db849f7acf31bd7edb4664cca5 (diff)
parenta288cc1e011cf25508d1b56f393023bb40ab441e (diff)
downloadrails-b5fdeaac557925830210d26b00f30dccfa802127.tar.gz
rails-b5fdeaac557925830210d26b00f30dccfa802127.tar.bz2
rails-b5fdeaac557925830210d26b00f30dccfa802127.zip
Merge pull request #13470 from strzalek/variants-all-any
Add any/all support for variants
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r--actionpack/test/fixtures/respond_to/variant_any_implicit_render.html+phablet.erb1
-rw-r--r--actionpack/test/fixtures/respond_to/variant_any_implicit_render.html+tablet.erb1
2 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/respond_to/variant_any_implicit_render.html+phablet.erb b/actionpack/test/fixtures/respond_to/variant_any_implicit_render.html+phablet.erb
new file mode 100644
index 0000000000..e905d051bf
--- /dev/null
+++ b/actionpack/test/fixtures/respond_to/variant_any_implicit_render.html+phablet.erb
@@ -0,0 +1 @@
+phablet \ No newline at end of file
diff --git a/actionpack/test/fixtures/respond_to/variant_any_implicit_render.html+tablet.erb b/actionpack/test/fixtures/respond_to/variant_any_implicit_render.html+tablet.erb
new file mode 100644
index 0000000000..65526af8cf
--- /dev/null
+++ b/actionpack/test/fixtures/respond_to/variant_any_implicit_render.html+tablet.erb
@@ -0,0 +1 @@
+tablet \ No newline at end of file