method

bot?

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.

bot?()
private

No documentation available.

# File actionpack/lib/action_controller/metal/allow_browser.rb, line 95
          def bot?
            parsed_user_agent.bot?
          end