mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add explicit require for Symbol#start_with?
This commit is contained in:
parent
6d5bdb04e8
commit
64c254017e
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require "active_support/core_ext/symbol/starts_ends_with"
|
||||
|
||||
module ActionText
|
||||
module Attribute
|
||||
extend ActiveSupport::Concern
|
||||
|
|
Loading…
Reference in a new issue