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