1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

These helpers do not use anything in tag_helper.rb

This commit is contained in:
Akira Matsuda 2020-11-26 22:49:09 +09:00
parent 7eda5673e9
commit 796a730dff
3 changed files with 0 additions and 4 deletions

View file

@ -2,7 +2,6 @@
require "cgi"
require "action_view/helpers/date_helper"
require "action_view/helpers/tag_helper"
require "action_view/helpers/form_tag_helper"
require "action_view/helpers/active_model_helper"
require "action_view/model_naming"

View file

@ -1,7 +1,6 @@
# frozen_string_literal: true
require "cgi"
require "action_view/helpers/tag_helper"
require "active_support/core_ext/string/output_safety"
require "active_support/core_ext/module/attribute_accessors"
require "active_support/core_ext/symbol/starts_ends_with"

View file

@ -1,7 +1,5 @@
# frozen_string_literal: true
require "action_view/helpers/tag_helper"
module ActionView
module Helpers #:nodoc:
module JavaScriptHelper