1
0
Fork 0
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:
Akira Matsuda 2020-11-27 00:21:42 +09:00
parent 7a8c1f52d6
commit bc551bfcb1

View file

@ -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"