olivernn / poirot

mustaches in your rails
http://olivernn.github.com/poirot
108 stars 21 forks source link

template_include_tag helper resolves paths starting with "/" to absolute #3

Closed ismasan closed 13 years ago

ismasan commented 13 years ago

template_include_tag helper resolves paths starting with "/" to absolute view folders

Example:

<%= template_include_tag '/users/user' %>

... correctly resolves to app/views/users/_user.html.mustache