Skip to content

Commit

Permalink
Merge pull request rails#2148 from norman/master
Browse files Browse the repository at this point in the history
Explicitly require Active Support dependencies (master)
  • Loading branch information
spastorino committed Jul 19, 2011
2 parents 73efb68 + 9db2d10 commit 30289c7
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"

module ActiveRecord
Expand Down

0 comments on commit 30289c7

Please sign in to comment.