Skip to content
This repository has been archived by the owner on Aug 29, 2019. It is now read-only.

Commit

Permalink
Dependencies is now a submodule of ActiveSupport in Rails 2.1.1 (fixe…
Browse files Browse the repository at this point in the history
…s ticket #34, thanks giates)
  • Loading branch information
lazyatom committed Sep 13, 2008
1 parent 93f96eb commit 20a8976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/engines/rails_extensions/dependencies.rb
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ def require_or_load_with_engine_additions(file_name, const_path=nil)
end
end

module ::Dependencies #:nodoc:
module ActiveSupport::Dependencies #:nodoc:
include Engines::RailsExtensions::Dependencies
end

0 comments on commit 20a8976

Please sign in to comment.