method
template_exists?
v2.0.3 -
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 1251
def template_exists?(template_name = default_template_name)
@template.file_exists?(template_name)
end