From bc2d966e5fd7b696ba5f2cf2a1242adfd9d12042 Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Fri, 15 Jan 2021 00:22:20 +0000 Subject: [PATCH] Remove commented code --- config/initializers/js_template_helpers.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config/initializers/js_template_helpers.rb b/config/initializers/js_template_helpers.rb index 27fffc9655..0a00436004 100644 --- a/config/initializers/js_template_helpers.rb +++ b/config/initializers/js_template_helpers.rb @@ -2,12 +2,5 @@ # https://github.com/pitr/angular-rails-templates/issues/45#issuecomment-43229086 Rails.application.assets.context_class.class_eval do - # include ApplicationHelper - # include ActionView::Helpers - # include Rails.application.routes.url_helpers - - # Including all of the helpers (above) has caused some intermittent CSS include issues - # (not finding mixins from an @include in sass). Therefore, we're only including the - # bare minimum here. include ActionView::Helpers::TranslationHelper end