Method: IndexFor::ListColumnBuilder#list_label

Defined in:
lib/index_for/builders/list_column_builder.rb

#list_label(attribute_name, options) ⇒ Object



20
21
22
23
# File 'lib/index_for/builders/list_column_builder.rb', line 20

def list_label attribute_name, options
  append_html_class options, attribute_class_name(attribute_name)
  wrap_with :list_label, attribute_label(attribute_name, options), options
end