diff options
Diffstat (limited to 'railties/environments')
-rw-r--r-- | railties/environments/boot.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/environments/boot.rb b/railties/environments/boot.rb index fc8372309b..cd21fb9eab 100644 --- a/railties/environments/boot.rb +++ b/railties/environments/boot.rb @@ -43,6 +43,7 @@ module Rails class VendorBoot < Boot def load_initializer require "#{RAILS_ROOT}/vendor/rails/railties/lib/initializer" + Rails::Initializer.run(:install_gem_spec_stubs) end end |