method

inherited

rails latest stable - Class: Rails::Command::Base
inherited(base)
public

No documentation available.

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

          if base.name && !base.name.end_with?("Base")
            Rails::Command.subclasses << base
          end
        end