Friends,
I think a "anormal" solution to my problem:
In helper.rb change:
render :file => "#{RAILS_ROOT}/vendor/plugins/goldberg/app/views/
goldberg/menu_items/_suckerfish.rhtml", :use_full_path =>
false, :locals => {:items => Goldberg.menu.get_menu(0)}
to
render :file => "vendor/plugins/goldberg/app/views/goldberg/menu_items/
_suckerfish.rhtml", :use_full_path => false, :locals => {:items =>
Goldberg.menu.get_menu(0)}
because in any case, when "redering", rails put "./" before path.
Well, if anybody have a opnion or suggestion about this solution,
please put in this topic, to help our friends.
Thanks.
> > - Mostrar texto das mensagens anteriores -- Ocultar texto das mensagens anteriores -