Hi. I am developing a Personal Blog using Rails. In Comment model, i
have a database field called "website", which people who comment on an
article may use it to add their website. Its working good. But in the
"show" view of an article, the website link in the comments section is
displayed as http://localhost:3000/articles/www.someuser.com and if i
click it shows a Page not found error.

The code i used is

<% link_to 'comment.website', 'comment.website %>

Someone please solve this issue. Thanks in advance.
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to