Commit 948021c
Don't mutate ActionView::PathSet
Follows
rails/rails@0371317.
ActionView::PathSet no longer responds to unshift or push. We could copy
the new implementation, but we've chosen to delegate to it instead.
Co-authored-by: Iliana Hadzhiatanasova <[email protected]>1 parent b347d05 commit 948021c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
0 commit comments