aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/dev_cache.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/rails/commands/dev_cache.rb')
-rw-r--r--railties/lib/rails/commands/dev_cache.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/lib/rails/commands/dev_cache.rb b/railties/lib/rails/commands/dev_cache.rb
index 43675c0e69..ec96e8f630 100644
--- a/railties/lib/rails/commands/dev_cache.rb
+++ b/railties/lib/rails/commands/dev_cache.rb
@@ -1,10 +1,10 @@
-require 'rails/commands/command'
+require 'rails/command'
module Rails
module Commands
# This is a wrapper around the Rails dev:cache command
class DevCache < Command
- set_banner :dev_cache, 'Toggle development mode caching on/off'
+ set_banner :dev_cache, 'Toggle development mode caching on/off'
def dev_cache
if File.exist? 'tmp/caching-dev.txt'
File.delete 'tmp/caching-dev.txt'