method

expanded_versions

rails latest stable - Class: ActionController::AllowBrowser::BrowserBlocker

Method not available on this version

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

expanded_versions()
private

No documentation available.

# File actionpack/lib/action_controller/metal/allow_browser.rb, line 111
          def expanded_versions
            @expanded_versions ||= (SETS[versions] || versions).with_indifferent_access
          end