Skip to content

Commit

Permalink
Update active_record and active_support requires to silence deprecati…
Browse files Browse the repository at this point in the history
…on warnings
  • Loading branch information
packagethief committed Dec 1, 2009
1 parent a65333a commit 13dbb71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/environment.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'activerecord'
require 'active_record'

ActiveRecord::Base.establish_connection(
:adapter => 'sqlite3',
Expand Down
4 changes: 2 additions & 2 deletions lib/cache_money.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$LOAD_PATH.unshift(File.dirname(__FILE__))

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

require 'cash/lock'
require 'cash/transactional'
Expand Down

0 comments on commit 13dbb71

Please sign in to comment.