rails_xss icon indicating copy to clipboard operation
rails_xss copied to clipboard

Make plugin respond to html_safe method

Open fnando opened this issue 16 years ago • 1 comments

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.

fnando avatar Feb 04 '10 14:02 fnando

On Rails the next 2.3.6 html_safe is the method you should call

spastorino avatar Mar 22 '10 03:03 spastorino