Hi mates,
What I try is using partials without a controller like:
<%= render :partial=>"service/templates/my_template" %>
that works... if the file is app/view/service/templates/_my_template.rhtml
BUT now I will use the globalize-engine together with my templates like
app/view/service/templates/_my_template.en-GB.rhtml app/view/service/templates/_my_template.it-IT.rhtml ... and so on...
but it doesn`t work ;-(
Anyone knows why?!?
thanks for your help!