mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
c03a50ade3
If the [`action_text.helper` initializer][0] runs after
`ActionController::Base` has been loaded, but before the
`rails-html-sanitizer` gem has been `require`d, then the reference to
the constant `Rails::Html` in the body of the
`ActionText::ContentHelper` module raises an `uninitialized constant`
exception.
[0]:
|
||
---|---|---|
.. | ||
helpers/action_text | ||
javascript/actiontext | ||
models/action_text | ||
views |