method

configure

rails latest stable - Class: AbstractController::Base

Method not available on this version

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

configure()
public

No documentation available.

# File actionpack/lib/abstract_controller/base.rb, line 122
      def configure # :nodoc:
        yield config
      end