method

inherited

inherited(base)
public

No documentation available.

# File railties/lib/rails/railtie/configurable.rb, line 13
        def inherited(base)
          raise "You cannot inherit from a #{superclass.name} child"
        end