We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9634ea6 + a9e3498 commit 038b13cCopy full SHA for 038b13c
lib/annotate.rb
@@ -6,9 +6,11 @@
6
begin
7
# ActiveSupport 3.x...
8
require 'active_support/hash_with_indifferent_access'
9
+ require 'active_support/core_ext/object/blank'
10
rescue Exception => e
11
# ActiveSupport 2.x...
12
require 'active_support/core_ext/hash/indifferent_access'
13
+ require 'active_support/core_ext/blank'
14
end
15
16
module Annotate
0 commit comments