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