class CmAdmin::Models::Section
def row(display_if: nil, html_attrs: nil, &block)
def row(display_if: nil, html_attrs: nil, &block) @rows ||= [] @rows << CmAdmin::Models::Row.new(@current_action, @model, display_if, html_attrs, &block) end
def row(display_if: nil, html_attrs: nil, &block) @rows ||= [] @rows << CmAdmin::Models::Row.new(@current_action, @model, display_if, html_attrs, &block) end