method
template_exists?
template_exists?(template_name = default_template_name)
private
Hide source
# File actionpack/lib/action_controller/base.rb, line 918 def template_exists?(template_name = default_template_name) @template.file_exists?(template_name) end