method
html_safe
Register or
log in
to add new notes.
ssoroka -
October 20, 2010
4 thanks
use raw() instead
Don’t use this method unless you’re sure your string isn’t nil. Instead use the raw() method, which wont raise an exception on nil.


