aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/console/app.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/rails/console/app.rb')
-rw-r--r--railties/lib/rails/console/app.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/lib/rails/console/app.rb b/railties/lib/rails/console/app.rb
index cf081473a3..23d57379ba 100644
--- a/railties/lib/rails/console/app.rb
+++ b/railties/lib/rails/console/app.rb
@@ -5,8 +5,8 @@ require 'action_controller'
# work around the at_exit hook in test/unit, which kills IRB
Test::Unit.run = true if Test::Unit.respond_to?(:run=)
-module IRB
- module ExtendCommandBundle
+module Rails
+ module ConsoleMethods
# reference the global "app" instance, created on demand. To recreate the
# instance, pass a non-false value as the parameter.
def app(create=false)