Commit 1a37cf6
committed
Fix route presenter regression: include options: {} when empty
The INTERNAL_ROUTE_OPTIONS filtering change incorrectly suppressed
the options key entirely when public_options was empty. The original
behavior includes options whenever route.options is not nil, even
when the hash is empty.1 parent 3f6939c commit 1a37cf6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments