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:
parent
55e2df15cd
commit
bef79f4992
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue