tsechingho / ckeditor-rails

Integrate CKEditor javascript library with Rails asset pipeline
https://github.com/tsechingho/ckeditor-rails
MIT License
214 stars 133 forks source link

HTML Tags showing up in Ruby view #76

Closed ZASMan closed 7 years ago

ZASMan commented 8 years ago

Hi, I have a question, when I submit some text with the ckeditor and then go to the view, the text shows up with the html tags in the view. How do I get it to not show the tags? Thanks!