Skip to content

Commit

Permalink
Require active_support instead of activesupport to avoid deprecation …
Browse files Browse the repository at this point in the history
…warning in Rails 2.3.5
  • Loading branch information
Cody Fauser committed Dec 7, 2009
1 parent fd4b7dd commit 1989697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
@@ -1,3 +1,4 @@
* Require active_support instead of activesupport to avoid deprecation warning in Rails 2.3.5 [cody]
* Remove ftools for Rails 1.9 compatibility and remove xml logging, as logging is now included in the connection [cody]
* Update connection code from ActiveMerchant [cody]
* Fix space-ridden USPS usernames when validating credentials [james]
Expand Down
2 changes: 1 addition & 1 deletion lib/vendor/quantified/lib/quantified.rb
@@ -1,6 +1,6 @@
$: << File.dirname(__FILE__)
require 'rubygems'
require 'activesupport'
require 'active_support'
require 'bigdecimal'

require 'quantified/attribute'

0 comments on commit 1989697

Please sign in to comment.