Re: [Rails] View error

2010-10-23 Thread radhames brito
On Sat, Oct 23, 2010 at 8:04 AM, h0bit wrote: > Hello everybody, > > i'm trying to link a new view but it fails. Here is the code: > > in the view I have the next link > > <%= link_to I18n.t('tog_social.groups.site.view_all_blogs'), > blogs_group_path(@group) %> > > and went i clink on it i have

[Rails] View error

2010-10-23 Thread h0bit
Hello everybody, i'm trying to link a new view but it fails. Here is the code: in the view I have the next link <%= link_to I18n.t('tog_social.groups.site.view_all_blogs'), blogs_group_path(@group) %> and went i clink on it i have the next error in the browser: undefined method `blogs_group_p