Flowdock
inherited(base) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/railtie/configurable.rb, line 11
        def inherited(base)
          raise "You cannot inherit from a #{self.superclass.name} child"
        end
Register or log in to add new notes.