Sha256: 364b06af98b0758b61fc0cd65e91857a38fc06b23a52675530f9ba748fe85a69

Contents?: true

Size: 644 Bytes

Versions: 2

Compression:

Stored size: 644 Bytes

Contents

#*************************************************************************************
# Build complex graphical password field.
#*************************************************************************************
module Caisson::Helpers::Form::Field
  class Password < Caisson::Helpers::Form::Field::Base
    #*************************************************************************************
    # PUBLIC INSTANCE METHODS
    #*************************************************************************************
    def build(name, value, options={})
      password_field_tag name, value, parse_text_options(options)
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
caisson-0.0.3 lib/caisson/helpers/form/field/password.rb
caisson-0.0.2 lib/caisson/helpers/form/field/password.rb