1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Isolated engines don't expose their helpers, so no

This commit is contained in:
Javan Makhmali 2018-02-14 15:10:33 -05:00
parent 55e2df15cd
commit bef79f4992

View file

@ -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