Defect #180 ยป redmine-engines.diff
config/environment.rb (working copy) | ||
---|---|---|
7 | 7 |
# Bootstrap the Rails environment, frameworks, and default configuration |
8 | 8 |
require File.join(File.dirname(__FILE__), 'boot') |
9 | 9 | |
10 |
require File.join(File.dirname(__FILE__), '../vendor/plugins/engines/boot') |
|
11 | ||
10 | 12 |
Rails::Initializer.run do |config| |
11 | 13 |
# Settings in config/environments/* take precedence those specified here |
12 | 14 |
|