Sha256: ee2befe471bd87d6b4998a5287474442e2e8178ce44db0b963912055263b1622
Contents?: true
Size: 294 Bytes
Versions: 57
Compression:
Stored size: 294 Bytes
Contents
module HoboFields module Types class PasswordString < String COLUMN_TYPE = :string HoboFields.register_type(:password, self) def to_html(xmldoctype = true) I18n.t("hobo.password_hidden", :default => "[password hidden]").html_safe end end end end
Version data entries
57 entries across 57 versions & 1 rubygems