Sha256: 10dbed88456d3ca494e129c043dcab88700a56b785180fe4ab8c8602ef296988
Contents?: true
Size: 253 Bytes
Versions: 12
Compression:
Stored size: 253 Bytes
Contents
module Coprl::Presenters::WebClient::Helpers::Rails module Raw def raw(html_js_string) # Note Rails escapes by default ... Sinatra is the opposite # For the inverse see escape_html html_js_string.to_s.html_safe end end end
Version data entries
12 entries across 12 versions & 1 rubygems