Skip to content

Commit 038b13c

Browse files
committed
Merge pull request #206 from audioandpixels/master
require activesupport core extension .blank?
2 parents 9634ea6 + a9e3498 commit 038b13c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/annotate.rb

+2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
begin
77
# ActiveSupport 3.x...
88
require 'active_support/hash_with_indifferent_access'
9+
require 'active_support/core_ext/object/blank'
910
rescue Exception => e
1011
# ActiveSupport 2.x...
1112
require 'active_support/core_ext/hash/indifferent_access'
13+
require 'active_support/core_ext/blank'
1214
end
1315

1416
module Annotate

0 commit comments

Comments
 (0)