class method self.inherited

Ruby on Rails 7.2.3.2

Since v3.0.20 Private — implementation detail, not part of the public API

Available in: v3.0.20 v7.1.6 v7.2.3.2 v8.0.5.1 v8.1.3.1 edge

Signature

self.inherited(subclass)

No documentation comment.

Parameters

subclass req
Source
# File actionpack/lib/action_controller/metal.rb, line 146
        def inherited(subclass)
          super
          subclass.middleware_stack = middleware_stack.dup
          subclass.class_eval do
            @controller_name = nil
          end
        end

Defined in actionpack/lib/action_controller/metal.rb line 146 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionController::Metal

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close