Method: AppFormBuilder#label_options

Defined in:
lib/AppFormBuilder.rb

#label_options(field) ⇒ Object



43
44
45
# File 'lib/AppFormBuilder.rb', line 43

def label_options(field)
  getError(field) ? { :class => 'error' } : {}
end