method

config

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.

config()
public

No documentation available.

# File actionpack/lib/abstract_controller/base.rb, line 195
    def config # :nodoc:
      @_config ||= self.class.config.inheritable_copy
    end