Class: Formular::Element::Bootstrap4::Horizontal::Legend

Inherits:
Legend
  • Object
show all
Defined in:
lib/formular/element/bootstrap4/horizontal.rb

Overview

class Label

Instance Method Summary collapse

Instance Method Details

#column_classObject



23
24
25
# File 'lib/formular/element/bootstrap4/horizontal.rb', line 23

def column_class
  builder.class.column_classes[:left_column] + ['col-form-legend']
end