aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/sprockets/helpers/isolated_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/sprockets/helpers/isolated_helper.rb')
-rw-r--r--actionpack/lib/sprockets/helpers/isolated_helper.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/actionpack/lib/sprockets/helpers/isolated_helper.rb b/actionpack/lib/sprockets/helpers/isolated_helper.rb
deleted file mode 100644
index 3adb928c45..0000000000
--- a/actionpack/lib/sprockets/helpers/isolated_helper.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-module Sprockets
- module Helpers
- module IsolatedHelper
- def controller
- nil
- end
-
- def config
- Rails.application.config.action_controller
- end
- end
- end
-end