Method: Dao::Form#escape_html

Defined in:
lib/dao/form.rb

#escape_html(string) ⇒ Object



552
553
554
# File 'lib/dao/form.rb', line 552

def escape_html(string)
  Tagz.escape_html(string)
end