method

generate_local_secret?

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

Method not available on this version

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

generate_local_secret?()
private

No documentation available.

# File railties/lib/rails/application/configuration.rb, line 644
        def generate_local_secret?
          Rails.env.local? || ENV["SECRET_KEY_BASE_DUMMY"]
        end