diff options
Diffstat (limited to 'actionview/test/fixtures/layouts/streaming_with_locale.erb')
-rw-r--r-- | actionview/test/fixtures/layouts/streaming_with_locale.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionview/test/fixtures/layouts/streaming_with_locale.erb b/actionview/test/fixtures/layouts/streaming_with_locale.erb new file mode 100644 index 0000000000..e1fdad2073 --- /dev/null +++ b/actionview/test/fixtures/layouts/streaming_with_locale.erb @@ -0,0 +1,2 @@ +layout.locale: <%= I18n.locale %> +<%= yield %> |