Module: Fields::TrixEditorHelper
- Defined in:
- app/helpers/fields/trix_editor_helper.rb
Constant Summary collapse
- TEMPORARY_REPLACEMENT =
"https://temp.bullettrain.co/"
Instance Method Summary collapse
-
#trix_sanitize(html) ⇒ Object
TODO We should migrate away from this, but I think we’ll need to update Super Scaffolding.
Instance Method Details
#trix_sanitize(html) ⇒ Object
TODO We should migrate away from this, but I think we’ll need to update Super Scaffolding.
5 6 7 |
# File 'app/helpers/fields/trix_editor_helper.rb', line 5 def trix_sanitize(html) html_sanitize(html) end |