class method self.inherited

Ruby on Rails edge

Since edge

Signature

self.inherited(subclass)

No documentation comment.

Parameters

subclass req
Source
# File activesupport/lib/active_support/execution_wrapper.rb, line 22
    def self.inherited(subclass)
      subclass.class_eval { @active_key = :"active_execution_wrapper_#{object_id}" }
    end

Defined in activesupport/lib/active_support/execution_wrapper.rb line 22 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveSupport::ExecutionWrapper

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