method
layout_directory?
v2.1.0 -
Show latest stable
- Class:
ActionController::Layout
layout_directory?(layout_name)private
No documentation available.
# File actionpack/lib/action_controller/layout.rb, line 306
def layout_directory?(layout_name)
@template.finder.find_template_extension_from_handler(File.join('layouts', layout_name))
end