aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/sprockets/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/sprockets/helpers')
-rw-r--r--actionpack/lib/sprockets/helpers/isolated_helper.rb (renamed from actionpack/lib/sprockets/helpers/precompile_helper.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/sprockets/helpers/precompile_helper.rb b/actionpack/lib/sprockets/helpers/isolated_helper.rb
index ca7927f6fb..3adb928c45 100644
--- a/actionpack/lib/sprockets/helpers/precompile_helper.rb
+++ b/actionpack/lib/sprockets/helpers/isolated_helper.rb
@@ -1,6 +1,6 @@
module Sprockets
module Helpers
- module PrecompileHelper
+ module IsolatedHelper
def controller
nil
end