Curtis Summers
2006-Aug-24 21:11 UTC
[Rails] Re: trouble linking from the html page to a rhtml page
SIX-S wrote:> Hi, > I am having trouble linking from the html page to a rhtml page. > Any suggestions will be greatly appreciated. > JImJim, In Rails, you don''t normally link to an rhtml page, rather you link to the controller and action which has an associated rhtml page. So, from your html page, create the appropriate controller/action path like so: http://yoursite.com/controller_name/action_name -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Hi, I am having trouble linking from the html page to a rhtml page. Any suggestions will be greatly appreciated. JIm -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060824/b197ad2b/attachment-0001.html