method

configs

rails latest stable - Class: Rails::Command::App::UpdateCommand

Method not available on this version

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

configs()
public

No documentation available.

# File railties/lib/rails/commands/app/update_command.rb, line 23
        def configs
          require_application!
          app_generator.create_boot_file
          app_generator.update_config_files
        end