method
template_exists?
v1.0.0 -
Show latest stable
- Class:
ActionController::Base
template_exists?(template_name = default_template_name)private
No documentation available.
# File actionpack/lib/action_controller/base.rb, line 918
def template_exists?(template_name = default_template_name)
@template.file_exists?(template_name)
end