Commit a9e3498a by Jason Cox

require activesupport core extension .blank?

parent 9634ea6e
...@@ -6,9 +6,11 @@ require 'annotate/annotate_routes' ...@@ -6,9 +6,11 @@ require 'annotate/annotate_routes'
begin begin
# ActiveSupport 3.x... # ActiveSupport 3.x...
require 'active_support/hash_with_indifferent_access' require 'active_support/hash_with_indifferent_access'
require 'active_support/core_ext/object/blank'
rescue Exception => e rescue Exception => e
# ActiveSupport 2.x... # ActiveSupport 2.x...
require 'active_support/core_ext/hash/indifferent_access' require 'active_support/core_ext/hash/indifferent_access'
require 'active_support/core_ext/blank'
end end
module Annotate module Annotate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment