Skip to content

Commit

Permalink
adds a few missing requires in AS object.rb and module.rb
Browse files Browse the repository at this point in the history
Signed-off-by: Yehuda Katz <yehudakatz@YK.local>
  • Loading branch information
fxn authored and Yehuda Katz committed Feb 14, 2010
1 parent 4da4506 commit f7db067
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions activesupport/lib/active_support/core_ext/module.rb
Expand Up @@ -7,3 +7,4 @@
require 'active_support/core_ext/module/attr_accessor_with_default'
require 'active_support/core_ext/module/delegation'
require 'active_support/core_ext/module/synchronization'
require 'active_support/core_ext/module/deprecation'
5 changes: 5 additions & 0 deletions activesupport/lib/active_support/core_ext/object.rb
Expand Up @@ -8,3 +8,8 @@
require 'active_support/core_ext/object/metaclass'
require 'active_support/core_ext/object/misc'
require 'active_support/core_ext/object/extending'

require 'active_support/core_ext/object/returning'
require 'active_support/core_ext/object/to_param'
require 'active_support/core_ext/object/to_query'
require 'active_support/core_ext/object/with_options'

0 comments on commit f7db067

Please sign in to comment.