Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Rails 2.3.5 deprecates "activesupport" in favor of "active_support"
  • Loading branch information
lee committed Dec 2, 2009
1 parent eb6dd8f commit 733629d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cache_money.rb
@@ -1,7 +1,7 @@
$LOAD_PATH.unshift(File.dirname(__FILE__))

require 'rubygems'
require 'activesupport'
require 'active_support'
require 'activerecord'

require 'cash/lock'
Expand Down

0 comments on commit 733629d

Please sign in to comment.