mirror of
https://github.com/github/rails.git
synced 2026-02-12 15:14:55 -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>