diff options
Diffstat (limited to 'actionpack/lib/sprockets/helpers.rb')
-rw-r--r-- | actionpack/lib/sprockets/helpers.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/actionpack/lib/sprockets/helpers.rb b/actionpack/lib/sprockets/helpers.rb deleted file mode 100644 index fee48386e0..0000000000 --- a/actionpack/lib/sprockets/helpers.rb +++ /dev/null @@ -1,6 +0,0 @@ -module Sprockets - module Helpers - autoload :RailsHelper, "sprockets/helpers/rails_helper" - autoload :IsolatedHelper, "sprockets/helpers/isolated_helper" - end -end |