Using Rails 3, is there a way to use link_to helper, or any helper for that matter, inside model?
Share
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.
There are some reasons that you may need link_to in a model. Yes, @andy, it’s a violation of MVC, but that doesn’t mean you should get points for not answering the question.
@schwabsauce, it’s easier than that. The first line isn’t even strictly necessary if you do it in an initializer or something. Same thing works for .sanitize and .raw and a whole load of other awesome functions.
If you want to use autopaths you may have to do this inside your link_to: