Hello all, I''m using the sanitize() method from TextHelper in my application, which appears to use the VERBOTEN_TAGS constant to define which tags to escape out from the HTML. I''d like to modify VERBOTEN_TAGS to include some more tags, but I''m not sure where I would place the necessary code in my rails app. Any ideas? Thanks, Kamil -- Posted via http://www.ruby-forum.com/.
Seemingly Similar Threads
- Want to use a view helper (TextHelper) in a model class
- Simple: How to use TextHelper in a controller
- markdown call prompts "uninitialized constant ActionView::Helpers::TextHelper::Markdown" in upgraded application
- RSpec/Webrat Checking output is properly escaped
- TextHelpers in Controller?