aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/sprockets/helpers/isolated_helper.rb
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2012-03-12 13:52:37 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2012-03-13 18:00:31 -0500
commita2fc3a0f495c10baebb532a9106dc47f9a18d939 (patch)
tree8572c933ae0536fb618e278511e14bab7d68d2fc /actionpack/lib/sprockets/helpers/isolated_helper.rb
parent2d3550c4be2cf3b30d25e1c94baa478c19471766 (diff)
downloadrails-a2fc3a0f495c10baebb532a9106dc47f9a18d939.tar.gz
rails-a2fc3a0f495c10baebb532a9106dc47f9a18d939.tar.bz2
rails-a2fc3a0f495c10baebb532a9106dc47f9a18d939.zip
Remove sprockets integration on ActionPack
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