instance method _implied_layout_name

Ruby on Rails 3.0.20

Since v3.0.20 Last seen in v3.2.22.5

Available in: v3.0.20 v3.1.12 v3.2.22.5

Signature

_implied_layout_name()

If no layout is supplied, look for a template named the return value of this method.

Returns

  • String - A template name

Source
# File actionpack/lib/abstract_controller/layouts.rb, line 234
      def _implied_layout_name
        controller_path
      end

Defined in actionpack/lib/abstract_controller/layouts.rb line 234 · View on GitHub · Improve this page · Find usages on GitHub

Defined in AbstractController::Layouts::ClassMethods

Type at least 2 characters to search.

↑↓ navigate · open · esc close