diff options
author | Matthew Draper <matthew@trebex.net> | 2016-12-09 09:50:54 +1030 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-09 09:50:54 +1030 |
commit | 81608cda9c0e3a3e70dc189481f68129ed74b8ba (patch) | |
tree | 1e8d0d45d3594bc99a0f2eff17eb32e787c451d1 /actionview/test/fixtures | |
parent | 847e9dd5c12b34856f5c74d52bc6c86b1735ffe5 (diff) | |
parent | d9ff835b99ff3c7567ccde9b1379b4deeabee32f (diff) | |
download | rails-81608cda9c0e3a3e70dc189481f68129ed74b8ba.tar.gz rails-81608cda9c0e3a3e70dc189481f68129ed74b8ba.tar.bz2 rails-81608cda9c0e3a3e70dc189481f68129ed74b8ba.zip |
Merge pull request #27303 from toshimaru/fix/partial-variable-block
Enable `block` variable in view
Diffstat (limited to 'actionview/test/fixtures')
-rw-r--r-- | actionview/test/fixtures/test/test_template_with_delegation_reserved_keywords.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionview/test/fixtures/test/test_template_with_delegation_reserved_keywords.erb b/actionview/test/fixtures/test/test_template_with_delegation_reserved_keywords.erb new file mode 100644 index 0000000000..edfe52e422 --- /dev/null +++ b/actionview/test/fixtures/test/test_template_with_delegation_reserved_keywords.erb @@ -0,0 +1 @@ +<%= _ %> <%= arg %> <%= args %> <%= block %>
\ No newline at end of file |