Skip to content

Commit c214de3

Browse files
praviLeFnord
andauthored
require 'active_support/core_ext' (#361)
* require 'active_support/core_ext' `blank?' for array needs require 'active_support/core_ext' * require 'active_support' as well ref: https://stackoverflow.com/questions/37850575/undefined-method-blank-for-123string-nomethoderror? Co-authored-by: peter scholz <[email protected]>
1 parent a739f68 commit c214de3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/grape_entity/exposure/base.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# frozen_string_literal: true
22

3+
require 'active_support'
4+
require 'active_support/core_ext'
5+
36
module Grape
47
class Entity
58
module Exposure

0 commit comments

Comments
 (0)