instance method
inherited
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.0.20Signature
inherited(base)
No documentation comment.
Parameters
-
basereq
Source
# File railties/lib/rails/application/configurable.rb, line 9
def inherited(base)
raise "You cannot inherit from a Rails::Application child"
end
Defined in railties/lib/rails/application/configurable.rb line 9
· View on GitHub
· Improve this page
· Find usages on GitHub