class FormtasticBootstrap::Inputs::PasswordInput

Public Instance Methods

to_html() click to toggle source
# File lib/formtastic-bootstrap/inputs/password_input.rb, line 7
def to_html
  generic_input_wrapping do
    builder.password_field(method, input_html_options)
  end
end