Class: Forme::InputsWrapper::FieldSetOL

Inherits:
Forme::InputsWrapper show all
Defined in:
lib/forme.rb

Overview

Use a fieldset and an ol tag to wrap the inputs.

Registered as :fieldset_ol.

Instance Method Summary collapse

Instance Method Details

#call(form, opts) ⇒ Object

Wrap the inputs in an ol tag



997
998
999
# File 'lib/forme.rb', line 997

def call(form, opts)
  super(form, opts){form.tag(:ol){yield}}
end