method

generators

rails latest stable - Class: Rails::Railtie::Configuration

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.1.0) is shown here.

generators(&block)
public

No documentation available.

# File railties/lib/rails/railtie/configuration.rb, line 29
      def generators(&block) #:nodoc
        ActiveSupport::Deprecation.warn "config.generators in Rails::Railtie is deprecated. Please use config.app_generators instead."
        app_generators(&block)
      end