Class: HoboFields::PasswordString

Inherits:
String
  • Object
show all
Defined in:
lib/hobo_fields/password_string.rb

Constant Summary collapse

COLUMN_TYPE =
:string

Instance Method Summary collapse

Instance Method Details

#to_html(xmldoctype = true) ⇒ Object



9
10
11
# File 'lib/hobo_fields/password_string.rb', line 9

def to_html(xmldoctype = true)
  "[password hidden]"
end