method
layout_list
v1.2.6 -
Show latest stable
- Class:
ActionController::Layout::ClassMethods
layout_list()private
No documentation available.
# File actionpack/lib/action_controller/layout.rb, line 190
def layout_list
Dir.glob("#{template_root}/layouts/**/*")
end