diff options
author | Javan Makhmali <javan@javan.us> | 2018-02-14 15:10:33 -0500 |
---|---|---|
committer | Javan Makhmali <javan@javan.us> | 2018-02-14 15:10:33 -0500 |
commit | bef79f49922cb6b3e8bbd4f5578888b4bcc67078 (patch) | |
tree | 2e7b7bcae05739cc83bcda2b3ca19c0a69db4d1d /lib/active_text | |
parent | 55e2df15cdf86671801a22caaa4ea26d4e8497d5 (diff) | |
download | rails-bef79f49922cb6b3e8bbd4f5578888b4bcc67078.tar.gz rails-bef79f49922cb6b3e8bbd4f5578888b4bcc67078.tar.bz2 rails-bef79f49922cb6b3e8bbd4f5578888b4bcc67078.zip |
Isolated engines don't expose their helpers, so no
Diffstat (limited to 'lib/active_text')
-rw-r--r-- | lib/active_text/engine.rb | 2 |
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 |