method
sub_template_of
rails latest stable - Class:
ActionView::Template::Error
sub_template_of(template_path)public
No documentation available.
# File actionview/lib/action_view/template/error.rb, line 207
def sub_template_of(template_path)
@sub_templates ||= []
@sub_templates << template_path
end