Sha256: 4496a33a3083a97bd957a412c2fa64648c008d34c33572e9408662c526ae660f
Contents?: true
Size: 239 Bytes
Versions: 12
Compression:
Stored size: 239 Bytes
Contents
module Coprl::Presenters::WebClient::Helpers::Rails module EscapeHtml def h(text) # Rails escapes html already so we don't do it here. It is the opposite as Sinatra. # For the inverse see raw text end end end
Version data entries
12 entries across 12 versions & 1 rubygems