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:
parent
7eda5673e9
commit
796a730dff
3 changed files with 0 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require "action_view/helpers/tag_helper"
|
||||
|
||||
module ActionView
|
||||
module Helpers #:nodoc:
|
||||
module JavaScriptHelper
|
||||
|
|
Loading…
Reference in a new issue