mirror of
https://github.com/github/rails.git
synced 2026-02-06 20:25:28 -05:00
All *_polymorphic_url, *_polymorphic_path helpers can now accept an options hash which will be passed on to the named route making it possible to generate polymorphic routes with additional url parameters. Signed-off-by: Pratik Naik <pratiknaik@gmail.com>