forked from Shopify/active_shipping
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require active_support instead of activesupport to avoid deprecation …
…warning in Rails 2.3.5
- Loading branch information
Cody Fauser
committed
Dec 7, 2009
1 parent
fd4b7dd
commit 1989697
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$: << File.dirname(__FILE__) | ||
require 'rubygems' | ||
require 'activesupport' | ||
require 'active_support' | ||
require 'bigdecimal' | ||
|
||
require 'quantified/attribute' |