rails_xss
rails_xss copied to clipboard
Make plugin respond to html_safe method
I think it would be nice to create an alias html_safe as in Rails 3, so we don't have to conditionally call the method when making a compatible plugin for both versions.
On Rails the next 2.3.6 html_safe is the method you should call