method

unsupported_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.

unsupported_browser?()
private

No documentation available.

# File actionpack/lib/action_controller/metal/allow_browser.rb, line 87
          def unsupported_browser?
            version_guarded_browser? && version_below_minimum_required? && !bot?
          end