Commit 2f7986bd7eac2d0970437f52f7d9e7f72cca146e

Authored by Victor Costa
1 parent de88f620

Render theme file with theme_include helper method

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
header.rhtml
... ... @@ -86,6 +86,6 @@
86 86  
87 87 <div id="barra-psocial">
88 88 <div id="categories_menu">
89   - <%= render :file => 'categories.rhtml' %>
  89 + <%= theme_include 'categories' %>
90 90 </div>
91 91 </div>
... ...