aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/date_helper.rb
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2017-06-30 14:13:53 +0900
committerAkira Matsuda <ronnie@dio.jp>2017-07-01 18:38:04 +0900
commitc4d1a4efeec6f0b5b58222993aa0bec85a19b6a8 (patch)
tree70f534473836eb4103847585ce157e7a3cf9ccb4 /actionview/lib/action_view/helpers/date_helper.rb
parent68eaf7b4d5f2bb56d939f71c5ece2d61cf6680a3 (diff)
downloadrails-c4d1a4efeec6f0b5b58222993aa0bec85a19b6a8.tar.gz
rails-c4d1a4efeec6f0b5b58222993aa0bec85a19b6a8.tar.bz2
rails-c4d1a4efeec6f0b5b58222993aa0bec85a19b6a8.zip
[Action View] require => require_relative
Diffstat (limited to 'actionview/lib/action_view/helpers/date_helper.rb')
-rw-r--r--actionview/lib/action_view/helpers/date_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/date_helper.rb b/actionview/lib/action_view/helpers/date_helper.rb
index 3f43465aa4..80ca3f076c 100644
--- a/actionview/lib/action_view/helpers/date_helper.rb
+++ b/actionview/lib/action_view/helpers/date_helper.rb
@@ -1,5 +1,5 @@
require "date"
-require "action_view/helpers/tag_helper"
+require_relative "tag_helper"
require "active_support/core_ext/array/extract_options"
require "active_support/core_ext/date/conversions"
require "active_support/core_ext/hash/slice"