class method
self.extended
Ruby on Rails 3.1.12
Since v3.0.20 Last seen in v3.2.22.5Signature
self.extended(base)
No documentation comment.
Parameters
-
basereq
Source
# File activesupport/lib/active_support/concern.rb, line 108
def self.extended(base)
base.instance_variable_set("@_dependencies", [])
end
Defined in activesupport/lib/active_support/concern.rb line 108
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Concern