Method: Formtastic::Inputs::PasswordInput#to_html
- Defined in:
- lib/formtastic/inputs/password_input.rb
#to_html ⇒ Object
34 35 36 37 38 39 |
# File 'lib/formtastic/inputs/password_input.rb', line 34 def to_html input_wrapping do label_html << builder.password_field(method, ) end end |