aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/file_update_checker.rb
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2016-04-13 01:31:50 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2016-04-13 01:31:50 -0300
commitff9b38a7b556d103f94ab84aab237406a72dd61a (patch)
tree7cb01a2bada52d69c0f7db724462a4ced8c818ff /activesupport/lib/active_support/file_update_checker.rb
parent0c21fb361cbce5cb6526d3e9a8298317fe971f3b (diff)
downloadrails-ff9b38a7b556d103f94ab84aab237406a72dd61a.tar.gz
rails-ff9b38a7b556d103f94ab84aab237406a72dd61a.tar.bz2
rails-ff9b38a7b556d103f94ab84aab237406a72dd61a.zip
Remove time calculatiosn extension
We are using compare_without_coercion.
Diffstat (limited to 'activesupport/lib/active_support/file_update_checker.rb')
-rw-r--r--activesupport/lib/active_support/file_update_checker.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/file_update_checker.rb b/activesupport/lib/active_support/file_update_checker.rb
index 43e8b7c528..b5667b6ac8 100644
--- a/activesupport/lib/active_support/file_update_checker.rb
+++ b/activesupport/lib/active_support/file_update_checker.rb
@@ -1,3 +1,5 @@
+require 'active_support/core_ext/time/calculations'
+
module ActiveSupport
# FileUpdateChecker specifies the API used by Rails to watch files
# and control reloading. The API depends on four methods: