From a2fc3a0f495c10baebb532a9106dc47f9a18d939 Mon Sep 17 00:00:00 2001 From: Guillermo Iguaran Date: Mon, 12 Mar 2012 13:52:37 -0500 Subject: Remove sprockets integration on ActionPack --- actionpack/lib/sprockets/helpers/isolated_helper.rb | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 actionpack/lib/sprockets/helpers/isolated_helper.rb (limited to 'actionpack/lib/sprockets/helpers/isolated_helper.rb') 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 -- cgit v1.2.3