mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
TagHelper uses Enumerable#index_with
This commit is contained in:
parent
7a8c1f52d6
commit
bc551bfcb1
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require "active_support/core_ext/enumerable"
|
||||
require "active_support/core_ext/string/output_safety"
|
||||
require "set"
|
||||
require "action_view/helpers/capture_helper"
|
||||
|
|
Loading…
Reference in a new issue