method

sub_template_of

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