method
inherited
v3.2.13 -
Show latest stable
- Class:
Rails::Railtie::Configurable::ClassMethods
inherited(base)public
No documentation available.
# File railties/lib/rails/railtie/configurable.rb, line 11
def inherited(base)
raise "You cannot inherit from a #{self.superclass.name} child"
end