Sha256: f341d1cd25bc331ca7ca58ebe9fcefeac2df007d66e7b375dbe78ce12c99171a
Contents?: true
Size: 398 Bytes
Versions: 10
Compression:
Stored size: 398 Bytes
Contents
module Fields::TrixEditorHelper TEMPORARY_REPLACEMENT = "https://temp.bullettrain.co/" # TODO We should migrate away from this, but I think we'll need to update Super Scaffolding. def trix_sanitize(html) html_sanitize(html) end # TODO Confirm there are no references to this anywhere (in other repositories) and remove it. def trix_content(body) html_sanitize(body) end end
Version data entries
10 entries across 10 versions & 1 rubygems