module StrongPasswordField::FormBuilder

Public Instance Methods

strong_password_field(method, options = {}) click to toggle source
# File lib/strong_password_field/form_helpers.rb, line 10
def strong_password_field(method, options = {})
  @template.strong_password_field(@object_name, method, options)
end