aboutsummaryrefslogtreecommitdiffstats
path: root/load_paths.rb
diff options
context:
space:
mode:
Diffstat (limited to 'load_paths.rb')
-rw-r--r--load_paths.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/load_paths.rb b/load_paths.rb
index d5f2ca0734..b87e0d7235 100644
--- a/load_paths.rb
+++ b/load_paths.rb
@@ -6,6 +6,11 @@ rescue LoadError
require 'bundler'
Bundler.setup
rescue LoadError
+ module Bundler
+ def self.require(*args, &block); end
+ def self.method_missing(*args, &block); end
+ end
+
%w(
actionmailer
actionpack