aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/console_with_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/console_with_helpers.rb')
-rw-r--r--railties/lib/console_with_helpers.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/lib/console_with_helpers.rb b/railties/lib/console_with_helpers.rb
index be453a6896..f9e8bf9cbf 100644
--- a/railties/lib/console_with_helpers.rb
+++ b/railties/lib/console_with_helpers.rb
@@ -16,8 +16,6 @@ def helper(*helper_names)
end
end
-require_dependency 'application'
-
class << helper
include_all_modules_from ActionView
end