Class: Palaver::PasswordForm

Inherits:
BaseForm show all
Defined in:
lib/palaver/passwordform.rb

Instance Method Summary collapse

Methods inherited from BaseForm

#show

Methods inherited from Base

#height, #text, #width, #with_tempfile

Constructor Details

#initialize(options) ⇒ PasswordForm

Returns a new instance of PasswordForm.



6
7
8
# File 'lib/palaver/passwordform.rb', line 6

def initialize(options)
  super("passwordform", options)
end