mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
The previous behavior was unintentional, and some people was relying on it. In the next version of Rails, the dynamic finder will always expecting the number of arguments to be equal or greater (so you can still pass the options to it.) It will raise the ArgumentError otherwise.