method
env_config
v3.2.1 -
Show latest stable
- Class:
Rails::Application
env_config()public
Rails.application.env_config stores some of the Rails initial environment parameters. Currently stores:
* action_dispatch.parameter_filter" => config.filter_parameters, * action_dispatch.secret_token" => config.secret_token, * action_dispatch.show_exceptions" => config.action_dispatch.show_exceptions
These parameters will be used by middlewares and engines to configure themselves.