class method
self.inherited
Ruby on Rails edge
Since edgeSignature
self.inherited(subclass)
No documentation comment.
Parameters
-
subclassreq
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