diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2016-09-07 22:45:41 +0200 |
---|---|---|
committer | Kasper Timm Hansen <kaspth@gmail.com> | 2016-09-25 21:31:36 +0200 |
commit | 4e106ee08b36c2047a6af3829f3497459590c98a (patch) | |
tree | 7014ed5b43f3c98616ac2aa786c5e53dbfa8ff97 /railties/lib/rails/commands/server | |
parent | 993c0696e61f3449c97e31c54088ee7578953307 (diff) | |
download | rails-4e106ee08b36c2047a6af3829f3497459590c98a.tar.gz rails-4e106ee08b36c2047a6af3829f3497459590c98a.tar.bz2 rails-4e106ee08b36c2047a6af3829f3497459590c98a.zip |
Per Dr. Eileen's orders :)
Prescribed some review fixes for myself!
Diffstat (limited to 'railties/lib/rails/commands/server')
-rw-r--r-- | railties/lib/rails/commands/server/server_command.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/lib/rails/commands/server/server_command.rb b/railties/lib/rails/commands/server/server_command.rb index b45805bddd..98605b05b2 100644 --- a/railties/lib/rails/commands/server/server_command.rb +++ b/railties/lib/rails/commands/server/server_command.rb @@ -100,7 +100,6 @@ module Rails end private - def setup_dev_caching if options[:environment] == "development" Rails::DevCaching.enable_by_argument(options[:caching]) |