method

enable_reloading=

Importance_0
v8.1.1 - Show latest stable - 0 notes - Class: Rails::Application::Configuration
enable_reloading=(value) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/application/configuration.rb, line 386
      def enable_reloading=(value)
        self.cache_classes = !value
      end
Register or log in to add new notes.