instance method reload

Ruby on Rails edge

Since edge

Signature

reload()

Reload the cached values for all of the backend configurations.

Source
# File activesupport/lib/active_support/combined_configuration.rb, line 90
    def reload
      @configurations.each { |config| config.try(:reload) }
    end

Defined in activesupport/lib/active_support/combined_configuration.rb line 90 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveSupport::CombinedConfiguration

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close