module JqueryUiForm module Inputs module PasswordInput def password_input(method, options = {}) basic_input_helper(:password_field, :password, method, options) end end end end