Defect #1886 » 1886-dependencies-issues.patch
vendor/plugins/engines/lib/engines/rails_extensions/dependencies.rb (working copy) | ||
---|---|---|
140 | 140 |
end |
141 | 141 |
end |
142 | 142 | |
143 |
module ::Dependencies #:nodoc: |
|
143 |
module ActiveSupport::Dependencies #:nodoc:
|
|
144 | 144 |
include Engines::RailsExtensions::Dependencies |
145 |
end |
|
145 |
end |