-
Fix undefined method `one?` when pushing to an existing merge request · 47b1528aStan Hu authored
An untested code path was triggering an Exception because Fixnum doesn't have `one?` implemented in Rails, while arrays and collections do. Closes #45152
47b1528a
×