Class: Palaver::Form

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

Instance Method Summary collapse

Methods inherited from BaseForm

#show

Methods inherited from Base

#height, #text, #width, #with_tempfile

Constructor Details

#initialize(options) ⇒ Form

Returns a new instance of Form.



9
10
11
# File 'lib/palaver/form.rb', line 9

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