@@ -7,6 +7,13 | |||
|
7 | 7 | # Bootstrap the Rails environment, frameworks, and default configuration |
|
8 | 8 | require File.join(File.dirname(__FILE__), 'boot') |
|
9 | 9 | |
|
10 | # Load Engine plugin if available | |
|
11 | begin | |
|
12 | require File.join(File.dirname(__FILE__), '../vendor/plugins/engines/boot') | |
|
13 | rescue LoadError | |
|
14 | # Not available | |
|
15 | end | |
|
16 | ||
|
10 | 17 | Rails::Initializer.run do |config| |
|
11 | 18 | # Settings in config/environments/* take precedence those specified here |
|
12 | 19 |
General Comments 0
You need to be logged in to leave comments.
Login now