Module: GovukDesignSystem::SummaryListHelper

Defined in:
app/helpers/govuk_design_system/summary_list_helper.rb

Instance Method Summary collapse

Instance Method Details

#govukSummaryList(kwargs = {}) ⇒ Object



3
4
5
# File 'app/helpers/govuk_design_system/summary_list_helper.rb', line 3

def govukSummaryList(kwargs = {})
  render "components/govuk_summary_list", **kwargs
end