class CmAdmin::Models::Row

def cm_show_section(section_name, col_size: nil, display_if: nil, html_attrs: nil, &block)

This method is deprecated. Use cm_section instead.
def cm_show_section(section_name, col_size: nil, display_if: nil, html_attrs: nil, &block)
  cm_section(section_name, col_size: col_size, display_if: display_if, html_attrs: html_attrs, &block)
end