Where can I change the forum_home_path link, so that it goes to a page that I specify. This is the full context from one of the topics views: <%= link_to _(''Forums''), forum_home_path %> → If anyone knows off hand, I''d really appreciate it! Thanks in advance!! LAB --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Jodi Showers
2007-Aug-15 18:08 UTC
Re: Savage Beast Plugin: how to change the forum_home_path?
LAB - On 15-Aug-07, at 1:35 PM, LAB wrote:> > Where can I change the forum_home_path link, so that it goes to a page > that I specify. > > This is the full context from one of the topics views: > <%= link_to _(''Forums''), forum_home_path %> → > > If anyone knows off hand, I''d really appreciate it! Thanks in > advance!! > > LAB >just create a route first get the routes form the plugin: #get routes for beast map.from_plugin :savage_beast map.forum_home ''/forums'', :controller => ''forums'', :action => ''index'' the demo app should answer most other questions you''ll have: http://svn.nnovation.ca/svn/savage_beast_demo/ have fun. Jodi --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---