Method: AppFormBuilder#label

Defined in:
lib/AppFormBuilder.rb

#label(field, text) ⇒ Object



39
40
41
# File 'lib/AppFormBuilder.rb', line 39

def label(field, text)
  super(field, text, label_options(field))
end