class method
self.inherited
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.2.22.5Signature
self.inherited(base)
No documentation comment.
Parameters
-
basereq
Source
# File railties/lib/rails/plugin.rb, line 21
def self.inherited(base)
raise "You cannot inherit from Rails::Plugin"
end
Defined in railties/lib/rails/plugin.rb line 21
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Plugin