mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
adds missing require for blank? and present?
This commit is contained in:
parent
62151dd272
commit
607f945b1d
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
require 'active_support/core_ext/array/wrap'
|
require 'active_support/core_ext/array/wrap'
|
||||||
|
require 'active_support/core_ext/object/blank'
|
||||||
|
|
||||||
module ActiveSupport
|
module ActiveSupport
|
||||||
module Testing
|
module Testing
|
||||||
|
|
Loading…
Reference in a new issue