From 4037d96f2b1903fda3e3d440226ea53239f41f35 Mon Sep 17 00:00:00 2001 From: Daniel Baark <5101747+baarkerlounger@users.noreply.github.com> Date: Fri, 24 Sep 2021 09:36:55 +0100 Subject: [PATCH] Improve comment Co-authored-by: Dushan <47317567+dushan-madetech@users.noreply.github.com> --- app/models/form.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/form.rb b/app/models/form.rb index 5684fae92..1be383ea0 100644 --- a/app/models/form.rb +++ b/app/models/form.rb @@ -27,7 +27,7 @@ class Form }.reduce(:merge) end - # Returns a hash with the pages as keys + # Returns a hash with the pages of a subsection as keys def pages_for_subsection(subsection) all_subsections[subsection]["pages"] end