Displaying 1 result from an estimated 1 matches for "tpldit".
Did you mean:
split
2006 Mar 13
1
rendering templates outside defaultl views location
Hi,
I''d like to accomplish the following situation (pseudo code):
IF file /path/to/some/tpldit exists
render that
ELSE
render file from default tpl dir
END
Should I override some built-in Rails methods for this or is there an
easier (yet clean and DRY) way of doing this?
I''ve done something similar for the assetTagHelper related functions
using a tiny plugin that overrides...