Method: IndexFor::ListColumnBuilder#list_content

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

#list_content(attribute_name, options, &block) ⇒ Object



25
26
27
28
# File 'lib/index_for/builders/list_column_builder.rb', line 25

def list_content attribute_name, options, &block
  append_html_class options, attribute_class_name(attribute_name)
  wrap_attribute_with :list_content, attribute_name, options, &block
end