Class: Rails::Command::DevCommand

Inherits:
Base show all
Defined in:
railties/lib/rails/commands/dev/dev_command.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods inherited from Base

banner, base_name, command_name, default_command_root, desc, engine?, executable, exit_on_failure?, #help, hide_command!, inherited, namespace, perform, printing_commands, usage_path

Methods included from Actions

#load_generators, #load_tasks, #require_application!, #require_application_and_environment!, #require_environment!, #set_application_directory!

Instance Method Details

#cacheObject



14
15
16
# File 'railties/lib/rails/commands/dev/dev_command.rb', line 14

def cache
  Rails::DevCaching.enable_by_file
end