method

version_guarded_browser?

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.

version_guarded_browser?()
private

No documentation available.

# File actionpack/lib/action_controller/metal/allow_browser.rb, line 91
          def version_guarded_browser?
            minimum_browser_version_for_browser != nil
          end