method

active_storage

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.

active_storage()
public

No documentation available.

# File railties/lib/rails/commands/app/update_command.rb, line 42
        def active_storage
          require_application!
          app_generator.update_active_storage
        end