Skip to content

Commit

Permalink
Merge pull request #2147 from norman/3-1-stable
Browse files Browse the repository at this point in the history
Explicitly require Active Support dependencies (3-1-stable)
  • Loading branch information
spastorino committed Jul 19, 2011
2 parents a719ec0 + b8e26e6 commit b6cf638
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions activerecord/lib/active_record/migration.rb
@@ -1,3 +1,5 @@
require "active_support/core_ext/module/delegation"
require "active_support/core_ext/class/attribute_accessors"
require "active_support/core_ext/array/wrap" require "active_support/core_ext/array/wrap"


module ActiveRecord module ActiveRecord
Expand Down

0 comments on commit b6cf638

Please sign in to comment.