instance method
reload
Ruby on Rails edge
Since edgeSignature
reload()
Reload the cached ENV values in case any of them changed or new ones were added during runtime.
Source
# File activesupport/lib/active_support/env_configuration.rb, line 74
def reload
@envs = ENV.to_h
end
Defined in activesupport/lib/active_support/env_configuration.rb line 74
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::EnvConfiguration