method

template_exists?

template_exists?(template_name = default_template_name)
private

No documentation available.

# File actionpack/lib/action_controller/base.rb, line 1234
      def template_exists?(template_name = default_template_name)
        @template.finder.file_exists?(template_name)
      end