1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

remove duplication from Rails::Application docs

This commit is contained in:
Hrvoje Šimić 2012-12-24 02:50:32 +01:00
parent 7ab469c839
commit 2e02752e8d

View file

@ -132,8 +132,6 @@ module Rails
# * "action_dispatch.encrypted_cookie_salt" => config.action_dispatch.encrypted_cookie_salt
# * "action_dispatch.encrypted_signed_cookie_salt" => config.action_dispatch.encrypted_signed_cookie_salt
#
# These parameters will be used by middlewares and engines to configure themselves
#
def env_config
@env_config ||= begin
if config.secret_key_base.nil?