diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2016-04-13 01:31:50 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2016-04-13 01:31:50 -0300 |
commit | ff9b38a7b556d103f94ab84aab237406a72dd61a (patch) | |
tree | 7cb01a2bada52d69c0f7db724462a4ced8c818ff | |
parent | 0c21fb361cbce5cb6526d3e9a8298317fe971f3b (diff) | |
download | rails-ff9b38a7b556d103f94ab84aab237406a72dd61a.tar.gz rails-ff9b38a7b556d103f94ab84aab237406a72dd61a.tar.bz2 rails-ff9b38a7b556d103f94ab84aab237406a72dd61a.zip |
Remove time calculatiosn extension
We are using compare_without_coercion.
-rw-r--r-- | activesupport/lib/active_support/file_update_checker.rb | 2 |
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: |