method

rails_command

rails latest stable - Class: Rails::Generators::AppBase

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

rails_command(command, command_options = {})
private

No documentation available.

# File railties/lib/rails/generators/app_base.rb, line 667
      def rails_command(command, command_options = {})
        command_options[:capture] = true if options[:quiet]
        super
      end