Skip to content

Commit

Permalink
Tiny Rails 3 support fix, thanks larspind.
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Reeder committed May 4, 2010
1 parent fbc353a commit 71e684b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/awsbase/support.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# If ActiveSupport is loaded, then great - use it. But we don't
# want a dependency on it, so if it's not present, define the few
# extensions that we want to use...
unless defined? ActiveSupport::CoreExtensions
unless defined? ActiveSupport
# These are ActiveSupport-;like extensions to do a few handy things in the gems
# Derived from ActiveSupport, so the AS copyright notice applies:
#
Expand Down

0 comments on commit 71e684b

Please sign in to comment.