method

inherited

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