Skip to content

Fix undefined method `one?` when pushing to an existing merge request

Stan Hu requested to merge sh-fix-issue-45152 into master

An untested code path was triggering an Exception because Fixnum doesn't have one? implemented in Rails, while arrays and collections do.

Closes #45152 (closed)

Merge request reports