aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/rails.rb')
-rw-r--r--railties/lib/rails.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/lib/rails.rb b/railties/lib/rails.rb
index d69e3eea6a..41672325bd 100644
--- a/railties/lib/rails.rb
+++ b/railties/lib/rails.rb
@@ -32,6 +32,8 @@ end
RAILS_ENV = (ENV["RAILS_ENV"] || ENV["RACK_ENV"] || "development").dup unless defined?(RAILS_ENV)
module Rails
+ autoload :Bootstrap, 'rails/bootstrap'
+
# Needs to be duplicated from Active Support since its needed before Active
# Support is available. Here both Options and Hash are namespaced to prevent
# conflicts with other implementations AND with the classes residing in Active Support.