mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Removed unused variable in proc
* This unused variable is already removed from the code here. d18e8b1a38
* So removing it from CHANGELOG to be consistent with code
This commit is contained in:
parent
9802cbe1f3
commit
48a80f30bb
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
layout nil
|
layout nil
|
||||||
|
|
||||||
layout proc { |c| nil }
|
layout proc { nil }
|
||||||
|
|
||||||
layout :returns_nil
|
layout :returns_nil
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue