spohlenz / tinymce-rails

Integration of TinyMCE with the Rails asset pipeline
Other
815 stars 256 forks source link

Option to disable escaping of < and > #69

Closed mntdamania closed 10 years ago

mntdamania commented 12 years ago

I'd like to know if there's an option to disable escaping of these 2 characters as I want to store the ERB templates into the database. Currently I'm using gsub to replace those char. I want to know if there's an option in init to do the same.

Thanks