instiki/vendor/rails/activesupport/lib/active_support/core_ext/blank.rb

3 lines
227 B
Ruby
Raw Normal View History

require 'active_support/core_ext/object/blank'
ActiveSupport::Deprecation.warn 'require "active_support/core_ext/blank" is deprecated and will be removed in Rails 3. Use require "active_support/core_ext/object/blank" instead.'