I am playing around with dynamic links for objects and came up with this:
link = link_to 'New', send("new_#{params[:controller].singularize}_path")
I am specially interested in the send part. Is this a good practise and are there alternatives?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s better than other to use send. eval is less good.
But in the link_to case you can use an url_for format