method
template_path_includes_controller?
v2.2.1 -
Show latest stable
- Class:
ActionController::Base
template_path_includes_controller?(path)private
No documentation available.
# File actionpack/lib/action_controller/base.rb, line 1332
def template_path_includes_controller?(path)
self.controller_path.split('/')[-1] == path.split('/')[0]
end