jeremyevans / roda

Routing Tree Web Toolkit
http://roda.jeremyevans.net
MIT License
2.08k stars 141 forks source link

Path helpers support kwargs without warnings #227

Closed adam12 closed 2 years ago

adam12 commented 2 years ago

Call ruby2_keywords on path methods that accept splatted arguments to prevent warnings on Ruby 2.7.

jeremyevans commented 2 years ago

Thanks for the patch! This looks good to me. I'll test and merge shortly.