diff options
author | Toshimaru <me@toshimaru.net> | 2016-12-09 03:08:17 +0900 |
---|---|---|
committer | Toshimaru <me@toshimaru.net> | 2016-12-09 05:21:02 +0900 |
commit | 7407d35c5417b6ef872663936a5880ede8ab711c (patch) | |
tree | 468d7f03864ed3dd7e85dbd398648b06e044f5cc /actionview/test/fixtures | |
parent | a0aad0381a35aebab31f5a7318c2a1644f86bbea (diff) | |
download | rails-7407d35c5417b6ef872663936a5880ede8ab711c.tar.gz rails-7407d35c5417b6ef872663936a5880ede8ab711c.tar.bz2 rails-7407d35c5417b6ef872663936a5880ede8ab711c.zip |
Enable `block` variable in view
Remove `block` keyword from reserved method names
Diffstat (limited to 'actionview/test/fixtures')
-rw-r--r-- | actionview/test/fixtures/test/test_template_with_block_variable.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionview/test/fixtures/test/test_template_with_block_variable.erb b/actionview/test/fixtures/test/test_template_with_block_variable.erb new file mode 100644 index 0000000000..2ee6a2bbdc --- /dev/null +++ b/actionview/test/fixtures/test/test_template_with_block_variable.erb @@ -0,0 +1 @@ +<%= block %>
\ No newline at end of file |