vendor/rails/activesupport/lib/active_support.rb in radiantcms-couchrest_model-0.1.4 vs vendor/rails/activesupport/lib/active_support.rb in radiantcms-couchrest_model-0.1.5

- old
+ new

@@ -42,10 +42,9 @@ autoload :Multibyte, 'active_support/multibyte' autoload :OptionMerger, 'active_support/option_merger' autoload :OrderedHash, 'active_support/ordered_hash' autoload :OrderedOptions, 'active_support/ordered_options' autoload :Rescuable, 'active_support/rescuable' - autoload :SafeBuffer, 'active_support/core_ext/string/output_safety' autoload :SecureRandom, 'active_support/secure_random' autoload :StringInquirer, 'active_support/string_inquirer' autoload :TimeWithZone, 'active_support/time_with_zone' autoload :TimeZone, 'active_support/values/time_zone' autoload :XmlMini, 'active_support/xml_mini'