aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/active_text/engine.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/active_text/engine.rb b/lib/active_text/engine.rb
index ab266aa58d..c11bb7cce9 100644
--- a/lib/active_text/engine.rb
+++ b/lib/active_text/engine.rb
@@ -23,8 +23,6 @@ module ActiveText
end
end
- # FIXME: Aren't helpers supposed to load automatically?
- # https://github.com/rails/rails/issues/26627 ?
initializer "active_text.helper" do
ActiveSupport.on_load(:action_controller_base) do
helper ActiveText::TagHelper