diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2017-08-03 17:45:23 -0400 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2017-08-03 17:45:40 -0400 |
commit | f7d0bd657f5003ceede4c7e6322cb0f013db06a8 (patch) | |
tree | d670f7461fac550b63144f5a12f629c8bbaf6edb /activesupport/lib | |
parent | 23b07019aec2c0341af13aac17a4848738c1f836 (diff) | |
download | rails-f7d0bd657f5003ceede4c7e6322cb0f013db06a8.tar.gz rails-f7d0bd657f5003ceede4c7e6322cb0f013db06a8.tar.bz2 rails-f7d0bd657f5003ceede4c7e6322cb0f013db06a8.zip |
Fix all rubocop violations
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/messages/metadata.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/messages/metadata.rb b/activesupport/lib/active_support/messages/metadata.rb index db14ac0b1c..a45aecfcd0 100644 --- a/activesupport/lib/active_support/messages/metadata.rb +++ b/activesupport/lib/active_support/messages/metadata.rb @@ -1,4 +1,5 @@ # frozen_string_literal: true + require "time" module ActiveSupport |