method

inherited

inherited(base)
public

No documentation available.

# File railties/lib/rails/command/base.rb, line 52
        def inherited(base) #:nodoc:
          super

          if base.name && base.name !~ /Base$/
            Rails::Command.subclasses << base
          end
        end