module ActionView::Layouts::ClassMethods

def _implied_layout_name # :nodoc:

:nodoc:
* String - A template name
==== Returns

value of this method.
If no layout is supplied, look for a template named the return
def _implied_layout_name # :nodoc:
  controller_path
end