_implied_layout_name()
If no layout is supplied, look for a template named the return value of this method.
String - A template name
# File actionview/lib/action_view/layouts.rb, line 337 def _implied_layout_name # :nodoc: controller_path end