views:

26

answers:

0

I like polymorphic style url very much, so I can write

link_to 'New taste', [:new, :taste]

instead of

link_to 'New taste', new_taste_path

But is it possible to add query parameters to first one without using polymorphic_url/polymorphic_path?