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

Show source
Register or log in to add new notes.