mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add missing AS require
`strip_heredoc` method is defined on active_support/core_ext/string
This commit is contained in:
parent
0cb3bdb66e
commit
a7ac7b3239
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ require 'date'
|
|||
require 'set'
|
||||
require 'bigdecimal'
|
||||
require 'bigdecimal/util'
|
||||
require 'active_support/core_ext/string/strip'
|
||||
|
||||
module ActiveRecord
|
||||
module ConnectionAdapters #:nodoc:
|
||||
|
|
Loading…
Reference in a new issue