up vote 2 down vote favorite
1
share [g+] share [fb]

I know how to get paths and urls no problem (eg. new_color_path for the Model Color) but what if I am trying to create a partial that can be used for multiple models and I still nee the "new_***_path" or one of the others? Is it possible to generate the url from a model object?

link|improve this question

75% accept rate
feedback

1 Answer

up vote 2 down vote accepted

You might get what you need from polymorphic_url.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.