method

enable_reloading

Importance_0
v7.2.3 - Show latest stable - 0 notes - Class: Rails::Application::Configuration
enable_reloading() 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 349
      def enable_reloading
        !cache_classes
      end
Register or log in to add new notes.